[PATCH 1/2] kernel32: Don't print a FIXME for languages with ANSI codepage 0.

Dmitry Timoshkov dmitry at codeweavers.com
Fri Nov 26 00:50:49 CST 2010


Michael Stefaniuc <mstefani at redhat.de> wrote:

>      if (!(cp = get_lcid_codepage( locale )))
>      {
> -        FIXME("For locale %04x using current ANSI code page\n", locale);
> +        TRACE("No ANSI codepage for locale %04x. Using current ANSI code page\n", locale);
>          cp = GetACP();
>      }

A better changelog would probably sound like
"kernel32: Don't print a FIXME for unicode-only languages."

since ANSI code page 0 does not exist.

-- 
Dmitry.



More information about the wine-devel mailing list