diff options
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r-- | perl-install/lang.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 9fe20f2de..5ca877661 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -145,6 +145,13 @@ my %xim = ( XIM_PROGRAM => 'kinput2', XMODIFIERS => '"@im=kinput2"', }, + # 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' => { + 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 'vi' => { |