Please add more charset code to transtool.
Charset code sample is as follows.
http://www.cyberactivex.com/UnicodeTutorialVb.htm
CharSet from Platform SDK wingdi.h
Font Character Sets
Number Name Info
0 ANSI_CHARSET West, Occidental(United States, Western Europe)
1 DEFAULT_CHARSET
2 SYMBOL_CHARSET Standard symbol charset
77 MAC_CHARSET Macintosh
128 * SHIFTJIS_CHARSET Shift-JIS (Japanese Industry Standard)
129 * HANGEUL_CHARSET Korea (Wansung)
129 * HANGUL_CHARSET Korea (Wansung)
130 * JOHAB_CHARSET Korea (Johab)
134 * GB2312_CHARSET Simplified Chinese - Mainland China(PRC) and Singapore
136 * CHINESEBIG5_CHARSET Traditional Chinese - Taiwan and Hong Kong
161 GREEK_CHARSET Greek
162 TURKISH_CHARSET Turkish
163 VIETNAMESE_CHARSET Vietnamese
177 HEBREW_CHARSET Hebrew
178 ARABIC_CHARSET Arabic
186 BALTIC_CHARSET Baltic
204 RUSSIAN_CHARSET Cyrillic - Russia, Belarus, Ukraine and some other slavic countries.
222 THAI_CHARSET Thai
238 EASTEUROPE_CHARSET
255 OEM_CHARSET
* DBCS - Double-Byte Character Set
Thank you.