summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/lang.pm4
1 files 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") ],