From 9a9a40cbf01581ef71c0ae3a820914d4a95179b7 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Fri, 10 Aug 2001 20:45:07 +0000 Subject: small font fix --- perl-install/lang.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'perl-install') diff --git a/perl-install/lang.pm b/perl-install/lang.pm index f3edfe2d6..9fe20f2de 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -24,7 +24,6 @@ my %languages = ( 'af' => [ 'Afrikaans', 'iso-8859-1', 'af', 'af:en_ZA' ], 'ar' => [ 'Arabic', 'iso-8859-6', 'ar', 'ar' ], 'az' => [ 'Azeri (Latin)', 'iso-8859-9e','az', 'az:tr' ], -#-'a3' => [ 'Azeri|Cyrillic', 'koi8-c', 'a3', 'a3' ], 'be' => [ 'Belarussian', 'cp1251', 'be', 'be:be_BY.CP1251:ru_RU.CP1251' ], #- provide aliases for some not very standard names used in po files... 'bg' => [ 'Bulgarian', 'cp1251', 'bg', 'bg:bg.CP1251:bg_BG.CP1251:bg_BG' ], @@ -223,9 +222,9 @@ my %charsets = ( "iso8859-8", "862", std_("microsoft-cp1255") ], "iso-8859-9" => [ "iso09.f16", "iso09", "trivial.trans", "iso8859-9", "857", sub { std("iso8859-9", @_) } ], - "iso-8859-13" => [ "tlat7", "iso01", "trivial.trans", + "iso-8859-13" => [ "tlat7", "iso13", "trivial.trans", "iso8859-13", "775", std_("iso8859-13") ], - "iso-8859-14" => [ "tlat8", "iso01", "trivial.trans", + "iso-8859-14" => [ "tlat8", "iso14", "trivial.trans", "iso8859-14", "850", std_("iso8859-14") ], "iso-8859-15" => [ "lat0-sun16", undef, "iso15", "iso8859-15", "850", std("iso8859-15") ], -- cgit v1.2.1