From 01e15e708ae435e2faec6c42827e25d4dac9cd01 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Thu, 12 Apr 2001 19:12:14 +0000 Subject: patch from hj --- scripts/genlocalelist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') diff --git a/scripts/genlocalelist b/scripts/genlocalelist index 0128d2cd2..8fcc0c292 100755 --- a/scripts/genlocalelist +++ b/scripts/genlocalelist @@ -89,6 +89,9 @@ while () { 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; -- cgit