http://bugs.winehq.org/show_bug.cgi?id=13891
Octavian Voicu octavian.voicu@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |octavian.voicu@gmail.com
--- Comment #55 from Octavian Voicu octavian.voicu@gmail.com 2010-05-13 16:45:58 --- Hans Leidekker sent the patch with a note:
winebrowser: Don't convert URL if DDE conversation partner uses CP_WINUNICODE. This patch might fix it if we'd support querying remote conversation
information in our DDE implementation.
It seems pretty clear to me, the only real fix for the problem (which doesn't involve lucky guesses/heuristics) is to query the conversation partner about what it uses.
This is related to the FIXME [1] from DdeQueryConvInfo: FIXME("Request on remote conversation information is not implemented yet\n");
I'm pretty sure Windows API supports this.
Octavian
[1] http://source.winehq.org/git/wine.git/?a=blob;f=dlls/user32/dde_misc.c;h=ac4...