diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-02 21:00:30 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-02 21:00:30 +0000 |
commit | 42085949eba4666fb1f95ea8689782bda0ad5847 (patch) | |
tree | 8ad8d79a2ff363327628f1548efaad1d18cb28a8 /perl-install | |
parent | a6b43960c290efc3df6e49b4fe2fcaeace5bd7c9 (diff) | |
download | drakx-42085949eba4666fb1f95ea8689782bda0ad5847.tar drakx-42085949eba4666fb1f95ea8689782bda0ad5847.tar.gz drakx-42085949eba4666fb1f95ea8689782bda0ad5847.tar.bz2 drakx-42085949eba4666fb1f95ea8689782bda0ad5847.tar.xz drakx-42085949eba4666fb1f95ea8689782bda0ad5847.zip |
- find a working font for iso-8859-9 (turkish) (thanks to herton)
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 f7a468482..2b26c7305 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -732,7 +732,7 @@ my %charsets = ( "iso-8859-2" => [ "lat2-16", undef, "8859-2", "iso8859-2", "852" ], "iso-8859-5" => [ "UniCyr_8x16", undef, "8859-5", "iso8859-5", "866" ], "iso-8859-7" => [ "iso07u-16", undef, "8859-7", "iso8859-7", "869" ], -"iso-8859-9" => [ undef, undef, "8859-9", "iso8859-9", "857" ], +"iso-8859-9" => [ "lat5-16", undef, "8859-9", "iso8859-9", "857" ], "iso-8859-13" => [ "tlat7", undef, "8859-13", "iso8859-13", "775" ], "iso-8859-15" => [ "lat0-16", undef, "8859-15", "iso8859-15", "850" ], #- japanese needs special console driver for text mode [kon2] |