From 58b5e5e749d03e268b421179fa4741e7563de798 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 8 Sep 2001 12:05:47 +0000 Subject: fix font in iso-15 --- perl-install/lang.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/lang.pm') diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 138dcbc31..dd158c230 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -253,7 +253,7 @@ my %charsets = ( "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") ], + "iso8859-15", "850", sub { std("iso8859-15", @_) } ], "iso-8859-9e" => [ "tiso09e", "iso09", "trivial.trans", "iso8859-9", "857", std2("iso8859-9e",10) ], #- japanese needs special console driver for text mode [kon2] -- cgit v1.2.1