diff options
Diffstat (limited to 'intl')
-rw-r--r-- | intl/l10nflist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/l10nflist.c b/intl/l10nflist.c index 846465bffe..4608fe81f7 100644 --- a/intl/l10nflist.c +++ b/intl/l10nflist.c @@ -369,7 +369,7 @@ _nl_normalize_codeset (codeset, name_len) if (retval != NULL) { if (only_digit) - wp = stpcpy (retval, "ISO"); + wp = stpcpy (retval, "iso"); else wp = retval; |