diff options
| author | Jani Välimaa <wally@mageia.org> | 2025-02-19 20:32:36 +0200 |
|---|---|---|
| committer | Jani Välimaa <wally@mageia.org> | 2025-02-19 20:35:52 +0200 |
| commit | 32bae3dcf538ed5b819e66a282da89c180fed4bd (patch) | |
| tree | a50ba3f9430408cf6bbed34ba9c7fc35db616a75 /perl-install/lang.pm | |
| parent | 0a057cb57d5987c7086e9394c63708e714781381 (diff) | |
| download | drakx-32bae3dcf538ed5b819e66a282da89c180fed4bd.tar drakx-32bae3dcf538ed5b819e66a282da89c180fed4bd.tar.gz drakx-32bae3dcf538ed5b819e66a282da89c180fed4bd.tar.bz2 drakx-32bae3dcf538ed5b819e66a282da89c180fed4bd.tar.xz drakx-32bae3dcf538ed5b819e66a282da89c180fed4bd.zip | |
perl-install: Agafari-16 console font support was dropped from kbd
Diffstat (limited to 'perl-install/lang.pm')
| -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 849f386e3..a3c8aa7ea 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -1037,7 +1037,7 @@ my %charsets = ( "utf_cyr1" => [ "UniCyr_8x16", undef, undef, "utf8", undef ], "utf_cyr2" => [ "koi8-k", undef, undef, "utf8", undef ], "utf_deva" => [ undef, undef, undef, "utf8", undef ], -"utf_ethi" => [ "Agafari-16", undef, undef, "utf8", undef ], +"utf_ethi" => [ undef, undef, undef, "utf8", undef ], "utf_geor" => [ "t_geors", undef, undef, "utf8", undef ], "utf_guru" => [ undef, undef, undef, "utf8", undef ], "utf_he" => [ undef, undef, undef, "utf8", undef ], |
