diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/genlocalelist | 3 |
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; |
