summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-04-29 04:42:16 +0000
committerJeremy Katz <katzj@redhat.com>2003-04-29 04:42:16 +0000
commitd3b1c8c25f8ecedfd2346d8e5c7f5c6d6f1dc72b (patch)
tree7fe9485ccb021d17bcbe3034b03357399a10f0c3 /scripts
parentc94113b9fd0d97058cd1a8e3f3a6950b9e96d234 (diff)
downloadanaconda-d3b1c8c25f8ecedfd2346d8e5c7f5c6d6f1dc72b.tar.gz
anaconda-d3b1c8c25f8ecedfd2346d8e5c7f5c6d6f1dc72b.tar.xz
anaconda-d3b1c8c25f8ecedfd2346d8e5c7f5c6d6f1dc72b.zip
cjk is going to be utf8 for cambridge
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/genlocalelist.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/genlocalelist.py b/scripts/genlocalelist.py
index c21f87503..393f8f349 100755
--- a/scripts/genlocalelist.py
+++ b/scripts/genlocalelist.py
@@ -87,10 +87,6 @@ charFont["ISO-8859-15"] = "lat0-sun16"
charFont["UTF-8"] = "latarcyrheb-sun16"
prefNotUtf8 = {}
-prefNotUtf8["ja_JP"] = "EUC-JP"
-prefNotUtf8["ko_KR"] = "EUC-KR"
-prefNotUtf8["zh_CN"] = "GB18030"
-prefNotUtf8["zh_TW"] = "BIG5"
f = os.popen("locale -a", "r")