Add some more locales to LOCALE_NORMALIZATION
This commit is contained in:
parent
80cae51b16
commit
f91e726bf7
1 changed files with 7 additions and 0 deletions
|
@ -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",
|
||||
}
|
||||
|
||||
# ===========================================
|
||||
|
|
Loading…
Reference in a new issue