ISO-8859-15 locale normalization in locale_gen module
Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
This commit is contained in:
parent
26c1bd76c3
commit
44df5a9be5
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ EXAMPLES = '''
|
||||||
LOCALE_NORMALIZATION = {
|
LOCALE_NORMALIZATION = {
|
||||||
".utf8": ".UTF-8",
|
".utf8": ".UTF-8",
|
||||||
".eucjp": ".EUC-JP",
|
".eucjp": ".EUC-JP",
|
||||||
|
".iso885915": ".ISO-8859-15",
|
||||||
}
|
}
|
||||||
|
|
||||||
# ===========================================
|
# ===========================================
|
||||||
|
|
Loading…
Reference in a new issue