On Wed, May 21, 2008 at 6:22 PM, Dan Kegel dank@kegel.com wrote:
Accept names both with and without dash after ISO.
Fixes http://bugs.winehq.org/show_bug.cgi?id=13340
The ugly string comparison could be avoided by canonicalizing the input character set name, though that would mean making a copy. Would you prefer it that way instead?
This doesn't change the miserable status of the mlang tests on XP: http://test.winehq.org/data/200805211000/#group_XP:mlang:mlang
Those are fixed by this patch:
http://winehq.org/pipermail/wine-patches/2008-May/054961.html
Julliard is suspicious of the ZeroMemory I had to add, so I need to add another test case to prove it.