Re: winebrowser: Fix unicode recognition

2009-05-28 Thread André Hentschel
Dmitry Timoshkov schrieb: André Hentschel n...@dawncrow.de wrote: This converts the DDE-Callbackfunction to Unicode. After days of winebrowser-hacking i turned it down to this clean code. It uses the function IsTextUnicode instead of guessing.(IsTextUnicode is guessing too, but in a cleaner

Re: winebrowser: Fix unicode recognition

2009-05-28 Thread Dmitry Timoshkov
André Hentschel n...@dawncrow.de wrote: Please add a test case which uses mixed ansi/unicode DDE client/server and only then start fixing the code. For winebrowser? Do we test any of our programs? Or for DDE? Quoting above: mixed ansi/unicode DDE client/server. -- Dmitry.

Re: winebrowser: Fix unicode recognition

2009-05-28 Thread Jeff Latimer
Dmitry Timoshkov wrote: André Hentschel n...@dawncrow.de wrote: Please add a test case which uses mixed ansi/unicode DDE client/server and only then start fixing the code. For winebrowser? Do we test any of our programs? Or for DDE? Quoting above: mixed ansi/unicode DDE client/server. I

Re: winebrowser: Fix unicode recognition

2009-05-28 Thread Dmitry Timoshkov
Jeff Latimer l...@yless4u.com.au wrote: I put tests for the mixed conditions in test/dde.c quite a while ago: Then it should be obvious where the fix should be added, with removing todo_wine in appropriate places. -- Dmitry.

Re: winebrowser: Fix unicode recognition

2009-05-27 Thread Dmitry Timoshkov
André Hentschel n...@dawncrow.de wrote: This converts the DDE-Callbackfunction to Unicode. After days of winebrowser-hacking i turned it down to this clean code. It uses the function IsTextUnicode instead of guessing.(IsTextUnicode is guessing too, but in a cleaner way) Please add a test