From 942655cfc772b74ffead5e78b52eb03511ef6b35 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Fri, 31 Dec 1999 11:38:31 +0000 Subject: set back the old latin1/latin9 console fonts changed to koi8 fonts for Russian and Ukrainian (the 'ruscii' fonts used previously lack some important chars). Verified the other encodings (some of them need some files from the upcoming console-tools package) --- perl-install/lang.pm | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) (limited to 'perl-install/lang.pm') diff --git a/perl-install/lang.pm b/perl-install/lang.pm index f8a58d150..2e3a30b28 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -120,20 +120,24 @@ sub std { std2($_[0], 100), std2($_[0], 80) } #- [0]: console font name; [1]: unicode map for console font #- [2]: acm file for console font; [3]: X11 fontset my %charsets = ( - "armscii-8" => [ "arm8", "armscii8", "trivial.trans", + "armscii-8" => [ "arm8", "armscii8.uni", "trivial.trans", std_("armscii-8") ], #- chinese needs special console driver for text mode "Big5" => [ undef, undef, undef, "-*-*-*-*-*-*-*-*-*-*-*-*-big5-0" ], "gb2312" => [ undef, undef, undef, "-isas-song ti-medium-r-normal--16-*-*-*-*-*-gb2312.1980-0" ], - "iso-8859-1" => [ "t850b", "cp850", "cp850_to_iso01.trans", + "georgian-academy" => [ "t_geors", "geors.uni", "trivial.trans", + "-*-*-*-*-*-*-*-*-*-*-*-*-georgian-academy" ], + "georgian-ps" => [ "t_geors", "geors.uni", "geors_to_geops.trans", + "-*-*-*-*-*-*-*-*-*-*-*-*-georgian-academy" ], + "iso-8859-1" => [ "lat0-sun16", undef, "iso15", std("iso8859-1") ], - "iso-8859-2" => [ "iso02.f16", "iso02", "trivial.trans", + "iso-8859-2" => [ "lat2-sun16", undef, "iso02", std("iso8859-2") ], - "iso-8859-3" => [ "iso03.f16", "iso03", "trivial.trans", + "iso-8859-3" => [ "iso03.f16", undef, "iso03", std_("iso8859-3") ], - "iso-8859-4" => [ "lat4u-16", "iso04", "trivial.trans", + "iso-8859-4" => [ "lat4u-16", undef, "iso04", std_("iso8859-4") ], "iso-8859-5" => [ "iso05.f16", "iso05", "trivial.trans", std("iso8859-5") ], @@ -147,31 +151,32 @@ my %charsets = ( #- (and gtk support isn't done yet) "iso-8859-8" => [ "iso08.f16", "iso08", "trivial.trans", std_("iso8859-8") ], - "iso-8859-9" => [ "lat5-16", "iso09", "trivial.trans", + "iso-8859-9" => [ "iso09.f16", "iso09", "trivial.trans", std("iso8859-9") ], - "iso-8859-13" => [ "tlat7", "iso13", "trivial.trans", + "iso-8859-13" => [ "tlat7", "iso01", "trivial.trans", std_("iso8859-13") ], - "iso-8859-14" => [ "tlat8", "iso14", "trivial.trans", + "iso-8859-14" => [ "tlat8", "iso01", "trivial.trans", std_("iso8859-14") ], - "iso-8859-15" => [ "t850b", "cp850b", "cp850_to_iso01.trans", + "iso-8859-15" => [ "lat0-sun16", undef, "iso15", std("iso8859-15") ], #- japanese needs special console driver for text mode [kon2] "jisx0208" => [ undef, undef, "trivial.trans", "-*-*-*-*-*-*-*-*-*-*-*-*-jisx*.*-0" ], - "koi8-r" => [ "Cyr_a8x16", "koi2alt", "trivial.trans", + "koi8-r" => [ "koi8-8x16", "koi8r", "trivial.trans", std("koi8-r") ], - "koi8-u" => [ "ruscii_8x16", "koi2alt", "trivial.trans", + "koi8-u" => [ "koi8u_8x16", "koi8r", "trivial.trans", std("koi8-u") ], - "cp1251" => [ undef, undef, "trivial.trans", + "cp1251" => [ "iso05.f16", "iso05", "iso05_to_cp1251.trans", std2("microsoft-cp1251",100) ], #- korean needs special console driver for text mode "ksc5601" => [ undef, undef, undef, "-*-*-*-*-*-*-*-*-*-*-*-*-ksc5601.1987-*" ], +#- I have no console font for Thai... "tis620" => [ undef, undef, "trivial.trans", std2("tis620.2533-1",120) ], "tcvn" => [ "tcvn8x16", "tcvn", "trivial.trans", std2("tcvn-5712", 130), std2("tcvn-5712", 100) ], - "viscii" => [ "viscii10-8x16", "viscii", "trivial.trans", + "viscii" => [ "viscii10-8x16", "viscii.uni", "viscii1.0_to_viscii1.1.trans", "-*-*-*-*-*-*-*-*-*-*-*-*-viscii1.1-1" ], #- Farsi (iranian) needs special console driver for text mode [patching acon ?] #- (and gtk support isn't done yet) -- cgit v1.2.1