Re: Testing WideCharToMultiByte

2005-12-20 Thread Alexandre Julliard
Bill Medland <[EMAIL PROTECTED]> writes: > Has anyone ever done a proper investigation into the edges of > WideCharToMultiByte? I was quite surprised to see that given > how important it is there is no test for it (or am I blind?) There are a few in dlls/kernel/tests/codepage.c. > I am invest

Testing WideCharToMultiByte

2005-12-20 Thread Bill Medland
Has anyone ever done a proper investigation into the edges of WideCharToMultiByte? I was quite surprised to see that given how important it is there is no test for it (or am I blind?) I am investigating a potential off-by-one in msi and want to know very exactly what is supposed to happen in t