http://bugs.winehq.org/show_bug.cgi?id=13891
Paul Chitescu paulc@voip.null.ro changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |paulc@voip.null.ro
--- Comment #58 from Paul Chitescu paulc@voip.null.ro 2010-05-14 06:02:24 --- (In reply to comment #57)
I agree with Octavian, we don't want to rely on heuristics. Alexandre has rejected proposals based on IsTextUnicode before.
[...] I guess we should find out how Internet Explorer behaves when you use raw DDE.
Wine has the unusual challenge that it supports to report different versions for the applications involved in a DDE transaction.
In Windows there is no ambiguity as it transports ATOMs in a fixed way over DDE: - ANSI versions use the ANSI charset as raw data - Unicode versions use UCS-2 (pre-Win2K) or UTF-16
Since the format is linked to the way Windows is compiled, on a given system there can be only one format. It doesn't depend how DDE is initialized or if the windows is Unicode or not, that conversion is handled locally.