Re: [PATCH] kernel32: Output message to stderr in UTF-8
19 Oct
2011
19 Oct
'11
6:49 a.m.
Alex Henrie <alexhenrie24(a)gmail.com> wrote:
- WideCharToMultiByte( CP_ACP, 0, msgW, -1, msg, sizeof(msg), NULL, NULL ); + WideCharToMultiByte( CP_UTF8, 0, msgW, -1, msg, sizeof(msg), NULL, NULL ); MESSAGE( "wine: %s", msg );
Try CP_UNIXCP intead. -- Dmitry.
5169
Age (days ago)
5169
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov