diff options
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r-- | perl-install/lang.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 56c758e15..695c37b18 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -597,15 +597,15 @@ my %xim = ( ENC => 'utf8', 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 - #- and convert them to right ones, 'Strict' refuses bad sequences + #-XFree86 has an internal XIM for Thai that enables syntax checking etc. + #-'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 XMODIFIERS => '"@im=BasicCheck"', }, - #- xvnkb is not an XIM input method; but an input method of another - #- kind, only XIM_PROGRAM needs to be defined + #-xvnkb is not an XIM input method; but an input method of another + #-kind, only XIM_PROGRAM needs to be defined #- ! xvnkb doesn't work in UTF-8 ! #- 'vi_VN.VISCII' => { #- XIM_PROGRAM => 'xvnkb', |