From a05d8aa9775719954f0c2eab69317ae2af55acf4 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sun, 8 Aug 2004 21:39:09 +0000 Subject: Revised comments to make non-utf-8 editor happier --- perl-install/lang.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'perl-install/lang.pm') 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', -- cgit v1.2.1