diff options
author | Funda Wang <fwang@mandriva.org> | 2004-08-08 21:30:55 +0000 |
---|---|---|
committer | Funda Wang <fwang@mandriva.org> | 2004-08-08 21:30:55 +0000 |
commit | 5f084ad2a1b24956d48677356bf8460c80212b33 (patch) | |
tree | 9d6fc41797f87146f05e59871c153150501acd31 /perl-install | |
parent | ba9b8bfeebb25f176ee16804ba74a203794d3fe8 (diff) | |
download | drakx-5f084ad2a1b24956d48677356bf8460c80212b33.tar drakx-5f084ad2a1b24956d48677356bf8460c80212b33.tar.gz drakx-5f084ad2a1b24956d48677356bf8460c80212b33.tar.bz2 drakx-5f084ad2a1b24956d48677356bf8460c80212b33.tar.xz drakx-5f084ad2a1b24956d48677356bf8460c80212b33.zip |
changed default font for gb2312
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/lang.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 6298d313e..56c758e15 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -598,7 +598,7 @@ my %xim = ( CONSOLE_NOT_LOCALIZED => 'yes', }, #- XFree86 has an internal XIM for Thai that enables syntax checking etc. - #- 'Passthroug' is no check at all, 'BasicCheck' accepts bad sequences + #-?Passthroug' is no check at all, 'BasicCheck' accepts bad sequences #- and convert them to right ones, 'Strict' refuses bad sequences 'th_TH' => { XIM_PROGRAM => '/bin/true', #- it's an internal module @@ -763,7 +763,7 @@ my %charset2kde_font = ( 'iso-8859-13' => [ "Sans,10", "Monospace,10" ], 'jisx0208' => [ "Sazanami Mincho,13", "Sazanami Gothic,13" ], 'ksc5601' => [ "Baekmuk Gulim,16" ], - 'gb2312' => [ "AR PL SungtiL GB,13" ], + 'gb2312' => [ "Nimbus Sans L,12", "Monospace,12" ], 'Big5' => [ "AR PL Mingti2L Big5,13" ], 'tis620' => [ "Norasi,16", "Norasi,15" ], 'utf_ar' => [ "Kacs_qr,14", "Courier New,13", "Kacs_qr,13" ], |