summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2000-01-10 01:17:11 +0000
committerPablo Saratxaga <pablo@mandriva.com>2000-01-10 01:17:11 +0000
commit88d708135221a9b0147c08169fc03e20db45c113 (patch)
treef50b53b97b053eed46761e100671edeab6849d75
parent5a8933f90fef9a4c121279309f5286b7f8e3e4cf (diff)
downloaddrakx-88d708135221a9b0147c08169fc03e20db45c113.tar
drakx-88d708135221a9b0147c08169fc03e20db45c113.tar.gz
drakx-88d708135221a9b0147c08169fc03e20db45c113.tar.bz2
drakx-88d708135221a9b0147c08169fc03e20db45c113.tar.xz
drakx-88d708135221a9b0147c08169fc03e20db45c113.zip
use of std2() for cp1251 fonts
-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 697fd3ecb..624dc20ab 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -168,7 +168,7 @@ my %charsets = (
"koi8-u" => [ "koi8u_8x16", "koi8-r", "trivial.trans",
std("koi8-u") ],
"cp1251" => [ "iso05.f16", "iso05", "iso05_to_cp1251.trans",
- std2("microsoft-cp1251",100) ],
+ std_("microsoft-cp1251") ],
#- korean needs special console driver for text mode
"ksc5601" => [ undef, undef, undef,
"-*-*-*-*-*-*-*-*-*-*-*-*-ksc5601.1987-*" ],