summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-06-03 15:51:37 +0000
committerJeremy Katz <katzj@redhat.com>2002-06-03 15:51:37 +0000
commit960c6d360911d7f2c947b412776221719ae9f7fa (patch)
treead14338468ca421afbd3a759b7359d2298f8e58e /scripts
parenta8b777c30ef17c290b23242b1dc4b3ff1e6ae0bf (diff)
downloadanaconda-960c6d360911d7f2c947b412776221719ae9f7fa.tar.gz
anaconda-960c6d360911d7f2c947b412776221719ae9f7fa.tar.xz
anaconda-960c6d360911d7f2c947b412776221719ae9f7fa.zip
normalize utf locales to .UTF-8 as that's what li18nux lists as the locales (#65808)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/genlocalelist1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genlocalelist b/scripts/genlocalelist
index 75a356400..b8ab0f3ed 100755
--- a/scripts/genlocalelist
+++ b/scripts/genlocalelist
@@ -84,6 +84,7 @@ while (<FILE>) {
$lang =~ s/gb18030/GB18030/;
$lang =~ s/^zh_CN$/zh_CN.GB2312/;
$lang =~ s/^zh_TW$/zh_TW.Big5/;
+ $lang =~ s/utf8/UTF-8/;
# major hack. just chop of iso885915 and it'll be shorter
$lang =~ s/iso885915//;