summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-04-12 19:12:14 +0000
committerMatt Wilson <msw@redhat.com>2001-04-12 19:12:14 +0000
commit01e15e708ae435e2faec6c42827e25d4dac9cd01 (patch)
tree0b7f1195f13b6639be5abc640f92eb4233162c66 /scripts
parent78a643e3906b7d79c8cc9ba5d639938103b8c063 (diff)
downloadanaconda-01e15e708ae435e2faec6c42827e25d4dac9cd01.tar.gz
anaconda-01e15e708ae435e2faec6c42827e25d4dac9cd01.tar.xz
anaconda-01e15e708ae435e2faec6c42827e25d4dac9cd01.zip
patch from hj
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/genlocalelist3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/genlocalelist b/scripts/genlocalelist
index 0128d2cd2..8fcc0c292 100755
--- a/scripts/genlocalelist
+++ b/scripts/genlocalelist
@@ -89,6 +89,9 @@ while (<FILE>) {
chop $territory;
chop $charmap;
+ # We don't want UTF-8.
+ ($charmap eq "UTF-8") && next;
+
# Some languages name's are the same as their ISO id's!
($name eq substr($lang, 0, 2)) && next;