http://bugs.winehq.org/show_bug.cgi?id=4065
--- Comment #15 from Zhangrong Huang hzhrong@gmail.com 2008-06-14 02:53:11 --- (In reply to comment #14)
1252 I'd assume,
Yes, it's 1252, I remembered wrong:)
..., but that's an indication of an improperly configured locale.
GdiGetCodePage(hdc) is useful for charset translation beforce drawing text, pls see FONT_mbtowc in dlls/gdi32/font.c.