summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-02-06 22:28:40 +0000
committerMatt Wilson <msw@redhat.com>2001-02-06 22:28:40 +0000
commitd94ebbdfcf071e9552e0e7bc51ae1247315c94ad (patch)
treebb0598ad3d0a3d27bfccc4186cd7382b8ce82a12 /scripts
parent75e27e37a903251dd79528a28cbf0e3ce4bd45e2 (diff)
downloadanaconda-d94ebbdfcf071e9552e0e7bc51ae1247315c94ad.tar.gz
anaconda-d94ebbdfcf071e9552e0e7bc51ae1247315c94ad.tar.xz
anaconda-d94ebbdfcf071e9552e0e7bc51ae1247315c94ad.zip
use prettier font, add mapping for chinese and korean
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/genlocalelist10
1 files changed, 9 insertions, 1 deletions
diff --git a/scripts/genlocalelist b/scripts/genlocalelist
index 31c253731..7916ed7b7 100755
--- a/scripts/genlocalelist
+++ b/scripts/genlocalelist
@@ -35,6 +35,10 @@ $defaultTerritory{"Turkish"} = "Turkey";
$defaultTerritory{"Thai"} = "Thailand";
$charMap{"EUC-JP"} = "iso01";
+$charMap{"EUC-TW"} = "iso01";
+$charMap{"EUC-KR"} = "iso01";
+$charMap{"GB2312"} = "iso01";
+$charMap{"BIG5"} = "iso01";
$charMap{"KOI8-U"} = "koi8-u";
$charMap{"KOI8-R"} = "koi8-u";
$charMap{"ISO-8859-1"} = "iso01";
@@ -48,9 +52,13 @@ $charMap{"ISO-8859-9"} = "iso09";
$charMap{"ISO-8859-15"} = "iso15";
$charFont{"EUC-JP"} = "lat0-16";
+$charFont{"EUC-TW"} = "lat0-16";
+$charFont{"EUC-KR"} = "lat0-16";
+$charFont{"GB2312"} = "lat0-16";
+$charFont{"BIG5"} = "lat0-16";
$charFont{"KOI8-U"} = "cyr-sun16";
$charFont{"KOI8-R"} = "cyr-sun16";
-$charFont{"ISO-8859-1"} = "lat0-16";
+$charFont{"ISO-8859-1"} = "lat0-sun16";
$charFont{"ISO-8859-2"} = "lat2-sun16";
#$charFont{"ISO-8859-3"} = "iso03"; mk_MK -- no font available
$charFont{"ISO-8859-5"} = "cyr-sun16";