[PATCH] kernel32: Output message to stderr in UTF-8

Dmitry Timoshkov dmitry at baikal.ru
Wed Oct 19 01:49:12 CDT 2011


Alex Henrie <alexhenrie24 at 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.



More information about the wine-devel mailing list