Skip to content

Commit c1b29b1

Browse files
authored
Merge pull request #47 from bshannon/issue_35
Add more charset aliases - fixes #35
2 parents 80a82d9 + 87ffec9 commit c1b29b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/string.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,12 @@ struct i18n_alt_charset_table i18n_charsettable[] = {
217217
{"KS_C_5601-1987","CP949"},
218218
{"KS_C_5601-1989","CP949"},
219219

220+
/* Thai */
221+
{"windows-874","CP874"},
222+
223+
/* Chinese */
224+
{"x-gbk","GB18030"},
225+
220226
/* Cyrillic */
221227
{"x-mac-cyrillic","MacCyrillic"},
222228
{"ibm866","CP866"}

0 commit comments

Comments
 (0)