http://bugs.winehq.org/show_bug.cgi?id=4065
--- Comment #17 from Dmitry Timoshkov dmitry@codeweavers.com 2008-06-14 04:38:56 --- /* CP932 Japanese, test on LANG=ja_JP.UTF-8 */ {932, "Arial", ANSI_CHARSET, 1252, 1252}, /* weird, I'd thought it's 932, differs from others asian locale */ {932, "Arial", DEFAULT_CHARSET, 1252, 1252},
That's because Arial doesn't contain japanese glyphs, once I change Arial to "MS UI Gothic" the test above returns 932 (in japanese locale).
That's under XP SP3.