diff options
author | Erik Troan <ewt@redhat.com> | 2001-01-30 20:31:47 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2001-01-30 20:31:47 +0000 |
commit | c2a28a80a3989670c53d5936edd4fc69ebd49c8d (patch) | |
tree | 3a964df59c463aa3644b7ed2c7557c87607917ea /scripts/genlocalelist | |
parent | 590d314dced98babbddb3b4ab5d54f1519b64c62 (diff) | |
download | anaconda-c2a28a80a3989670c53d5936edd4fc69ebd49c8d.tar.gz anaconda-c2a28a80a3989670c53d5936edd4fc69ebd49c8d.tar.xz anaconda-c2a28a80a3989670c53d5936edd4fc69ebd49c8d.zip |
use lat0-16 instead of default8x16
Diffstat (limited to 'scripts/genlocalelist')
-rwxr-xr-x | scripts/genlocalelist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/genlocalelist b/scripts/genlocalelist index b0e2902e9..31c253731 100755 --- a/scripts/genlocalelist +++ b/scripts/genlocalelist @@ -47,10 +47,10 @@ $charMap{"ISO-8859-8"} = "iso08"; $charMap{"ISO-8859-9"} = "iso09"; $charMap{"ISO-8859-15"} = "iso15"; -$charFont{"EUC-JP"} = "default8x16"; +$charFont{"EUC-JP"} = "lat0-16"; $charFont{"KOI8-U"} = "cyr-sun16"; $charFont{"KOI8-R"} = "cyr-sun16"; -$charFont{"ISO-8859-1"} = "default8x16"; +$charFont{"ISO-8859-1"} = "lat0-16"; $charFont{"ISO-8859-2"} = "lat2-sun16"; #$charFont{"ISO-8859-3"} = "iso03"; mk_MK -- no font available $charFont{"ISO-8859-5"} = "cyr-sun16"; |