summaryrefslogtreecommitdiffstats
path: root/scripts/genlocalelist.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/genlocalelist.py')
-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")