diff options
author | Matt Wilson <msw@redhat.com> | 2001-08-01 21:03:18 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-08-01 21:03:18 +0000 |
commit | 96f0670390136acba7023c90811a95a1c622e715 (patch) | |
tree | 81a660c75bdf95e687be3ac197d7019f0c146813 /scripts | |
parent | 9254e7eac4a794ffe3bf1dcdb52aeef100d59b97 (diff) | |
download | anaconda-96f0670390136acba7023c90811a95a1c622e715.tar.gz anaconda-96f0670390136acba7023c90811a95a1c622e715.tar.xz anaconda-96f0670390136acba7023c90811a95a1c622e715.zip |
revert fonts
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/genlocalelist | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/scripts/genlocalelist b/scripts/genlocalelist index 7ff06f049..a7e020fe0 100755 --- a/scripts/genlocalelist +++ b/scripts/genlocalelist @@ -47,22 +47,22 @@ $charMap{"ISO-8859-8"} = "iso08"; $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{"EUC-JP"} = "lat0-sun16"; +$charFont{"EUC-TW"} = "lat0-sun16"; +$charFont{"EUC-KR"} = "lat0-sun16"; +$charFont{"GB2312"} = "lat0-sun16"; +$charFont{"BIG5"} = "lat0-sun16"; $charFont{"KOI8-U"} = "cyr-sun16"; $charFont{"KOI8-R"} = "cyr-sun16"; -$charFont{"ISO-8859-1"} = "lat0-16"; -$charFont{"ISO-8859-2"} = "lat2-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"; $charFont{"ISO-8859-6"} = "LatArCyrHeb-16"; $charFont{"ISO-8859-7"} = "iso07.16"; $charFont{"ISO-8859-8"} = "LatArCyrHeb-16"; -$charFont{"ISO-8859-9"} = "lat5-16"; -$charFont{"ISO-8859-15"} = "lat0-16"; +$charFont{"ISO-8859-9"} = "lat5-sun16"; +$charFont{"ISO-8859-15"} = "lat0-sun16"; open(FILE, "locale -a|"); |