mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
ISO-8859-15 locale normalization in locale_gen module
Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
This commit is contained in:
committed by
Matt Clay
parent
64fbe80199
commit
588ff5f512
@@ -36,6 +36,7 @@ EXAMPLES = '''
|
||||
LOCALE_NORMALIZATION = {
|
||||
".utf8": ".UTF-8",
|
||||
".eucjp": ".EUC-JP",
|
||||
".iso885915": ".ISO-8859-15",
|
||||
}
|
||||
|
||||
# ===========================================
|
||||
|
||||
Reference in New Issue
Block a user