diff options
author | Funda Wang <fwang@mandriva.org> | 2005-01-08 21:30:42 +0000 |
---|---|---|
committer | Funda Wang <fwang@mandriva.org> | 2005-01-08 21:30:42 +0000 |
commit | 4d8330417a79a2ddc6a63419257063f79235780a (patch) | |
tree | ffc9c34fa26d7a814d50b218cc681e15541c679f /perl-install/lang.pm | |
parent | bdd51b2f1dc8f11fa4f9646c6359258221997f6b (diff) | |
download | drakx-4d8330417a79a2ddc6a63419257063f79235780a.tar drakx-4d8330417a79a2ddc6a63419257063f79235780a.tar.gz drakx-4d8330417a79a2ddc6a63419257063f79235780a.tar.bz2 drakx-4d8330417a79a2ddc6a63419257063f79235780a.tar.xz drakx-4d8330417a79a2ddc6a63419257063f79235780a.zip |
install scim-chewing if zh is selected by localedrake. Fix font setting for zh_CN.
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r-- | perl-install/lang.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index eb6a64ec3..0b6b7d091 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -640,7 +640,7 @@ my %IM2packages = ( am => [ qw(scim scim-tables ) ], ja => [ qw(scim-anthy scim-uim) ], ko => [ qw(scim-hangul) ], - zh => [ qw(scim-chinese scim-tables) ], + zh => [ qw(scim-chinese scim-tables scim-chewing) ], }, 'scim+uim' => { generic => [ qw(scim-uim) ] }, 'uim' => { generic => [ qw(uim-applet) ] }, @@ -665,6 +665,7 @@ my %charsets = ( #- chinese needs special console driver for text mode "Big5" => [ undef, undef, undef, "big5", "950" ], "gb2312" => [ undef, undef, undef, "gb2312", "936" ], +"gbk" => [ undef, undef, undef, "gb2312", "936" ], "C" => [ "lat0-16", undef, "iso15", "iso8859-1", "850" ], "iso-8859-1" => [ "lat1-16", undef, "iso01", "iso8859-1", "850" ], "iso-8859-2" => [ "lat2-sun16", undef, "iso02", "iso8859-2", "852" ], @@ -791,7 +792,7 @@ my %charset2kde_font = ( 'iso-8859-13' => [ "Sans,10", "Monospace,10" ], 'jisx0208' => [ "Sazanami Gothic,13" ], 'ksc5601' => [ "Baekmuk Gulim,16" ], - 'gb2312' => [ "AR PL New Sung,14", "Monospace,12" ], + 'gb2312' => [ "Nimbus Sans L,12", "Monospace,12" ], 'Big5' => [ "AR PL New Sung,14" ], 'tis620' => [ "Norasi,16", "Norasi,15" ], 'utf_ar' => [ "Roya,14", "Courier New,13", "Roya,13" ], |