: return MwExtTextOut(hdc, x, y, 0, NULL, lpszString, cbString, NULL, 
: MWTF_UTF8 );
: 
: Debugging, the function is called but the symbols are still wrong (the 
: same as MWTF_UC16).

You should write a test program that displays text in a window
directly using this same function.  If it works, then there are
issues with how the edit box control stores text.  Otherwise,
there are still other issues.

Regards,

Greg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to