From 74efbeed7e7c61c0f9f1bdd9c4d6bc9a2bdfc443 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 9 Sep 2004 08:30:04 +0000 Subject: fix XIM_MODIFIER field for xcin and chinput IM --- perl-install/lang.pm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'perl-install') diff --git a/perl-install/lang.pm b/perl-install/lang.pm index dd19c7bef..e8074a542 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -475,17 +475,17 @@ sub getLANGUAGE { my %im_xim_program = ( chinput => { - 'zh_CN' => '"chinput -gb"', - 'zh_CN.UTF-8' => '"chinput -gb"', - 'zh_HK' => '"chinput -big5"', - 'zh_HK.UTF-8' => '"chinput -big5"', - 'zh_SG' => '"chinput -gb"', - 'zh_SG.UTF-8' => '"chinput -gb"', - 'zh_TW' => '"chinput -big5"', - 'zh_TW.UTF-8' => '"chinput -big5"', + 'zh_CN' => 'chinput -gb', + 'zh_CN.UTF-8' => 'chinput -gb', + 'zh_HK' => 'chinput -big5', + 'zh_HK.UTF-8' => 'chinput -big5', + 'zh_SG' => 'chinput -gb', + 'zh_SG.UTF-8' => 'chinput -gb', + 'zh_TW' => 'chinput -big5', + 'zh_TW.UTF-8' => 'chinput -big5', }, xcin => { - 'zh_TW' => '"xcin"' + 'zh_TW' => 'xcin' }, ); -- cgit v1.2.1