Merge pull request #890 from kmalov/locale_gen_fix

Add some more locales to LOCALE_NORMALIZATION
This commit is contained in:
Brian Coca 2015-09-04 11:47:19 -04:00
commit 5cd0fab9d0

View file

@ -52,6 +52,13 @@ LOCALE_NORMALIZATION = {
".utf8": ".UTF-8",
".eucjp": ".EUC-JP",
".iso885915": ".ISO-8859-15",
".cp1251": ".CP1251",
".koi8r": ".KOI8-R",
".armscii8": ".ARMSCII-8",
".euckr": ".EUC-KR",
".gbk": ".GBK",
".gb18030": ".GB18030",
".euctw": ".EUC-TW",
}
# ===========================================