https://bugs.winehq.org/show_bug.cgi?id=39297
--- Comment #21 from Hin-Tak Leung htl10@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