Add some more locales to LOCALE_NORMALIZATION

This commit is contained in:
Konstantin Malov 2015-08-28 13:05:25 +03:00
parent 80cae51b16
commit f91e726bf7

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",
}
# ===========================================