On Wed, 27 Jul 2005 13:20, Dmitry Timoshkov wrote:
"Troy Rollo" wine@troy.rollo.name wrote:
This means that ideally, if the window is not a unicode window, then there should be no A->W->A translation.
What is the source and target threads are running in different locales? That's the point in conversion to unicode for the interthread PostMessage/ SendMessage case.
Locales don't affect the ANSI code page - that is determined either at boot time or by the most recent call of the process to SetGlobalCP (NT only). I could write a test for this, but I won't have time to do it until about a week from now.