[Bug 39297] kernel32.IsValidCodePage and friends don't support code page 708.

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Sep 23 19:08:35 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=39297

--- Comment #21 from Hin-Tak Leung <htl10 at users.sourceforge.net> ---
On glibc system (i.e linux), yu can get at more or less the same mapping table
by doing something like this:

perl  -e 'for ($i = 0; $i<256; $i++) {printf "%c\n", ($i);}' \
 | iconv -t UTF16 -f ASMO-708 -c | hexdump -C

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list