26 Nov
2010
26 Nov
'10
6:50 a.m.
Michael Stefaniuc <mstefani(a)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.