summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-09-08 12:05:47 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-09-08 12:05:47 +0000
commit58b5e5e749d03e268b421179fa4741e7563de798 (patch)
tree7a9e1d879ca7101496433e5938acdf7ce9a082f7 /perl-install/lang.pm
parent51bd47f1ed237706a216df1f797b5dae5d038455 (diff)
downloaddrakx-58b5e5e749d03e268b421179fa4741e7563de798.tar
drakx-58b5e5e749d03e268b421179fa4741e7563de798.tar.gz
drakx-58b5e5e749d03e268b421179fa4741e7563de798.tar.bz2
drakx-58b5e5e749d03e268b421179fa4741e7563de798.tar.xz
drakx-58b5e5e749d03e268b421179fa4741e7563de798.zip
fix font in iso-15
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r--perl-install/lang.pm2
1 files changed, 1 insertions, 1 deletions
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]