From 4dd0fac731a416d18795ea13b7dede5ec8884825 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Thu, 31 Aug 2000 15:12:33 +0000 Subject: fixed console fonts to use --- perl-install/lang.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 0d1cca5d5..e81b711b7 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -205,9 +205,9 @@ my %charsets = ( std("koi8-r") ], "koi8-u" => [ "UniCyr_8x16", undef, "koi8-u", std("koi8-u") ], - "koi8-c" => [ "tkoi8c", "iso01", "trivial.trans", + "koi8-c" => [ "koi8-c", "iso01", "trivial.trans", std("koi8-c") ], - "tatar-cyr" => [ "tcp1251tt", "iso01", "trivial.trans", + "tatar-cyr" => [ "tatar-cyr", undef, "cp1251", std("tatar-cyr") ], "cp1251" => [ "UniCyr_8x16", undef, "cp1251", std("microsoft-cp1251") ], -- cgit v1.2.1