diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2000-01-10 01:17:11 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2000-01-10 01:17:11 +0000 |
commit | 88d708135221a9b0147c08169fc03e20db45c113 (patch) | |
tree | f50b53b97b053eed46761e100671edeab6849d75 /perl-install | |
parent | 5a8933f90fef9a4c121279309f5286b7f8e3e4cf (diff) | |
download | drakx-88d708135221a9b0147c08169fc03e20db45c113.tar drakx-88d708135221a9b0147c08169fc03e20db45c113.tar.gz drakx-88d708135221a9b0147c08169fc03e20db45c113.tar.bz2 drakx-88d708135221a9b0147c08169fc03e20db45c113.tar.xz drakx-88d708135221a9b0147c08169fc03e20db45c113.zip |
use of std2() for cp1251 fonts
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/lang.pm | 2 |
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-*" ], |