Michael Stefaniuc mstefani@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.