FLTK logo

Re: [MOD] STR #3502: Cannot use Chinese input method in linux for fltk >= 1.3.4

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.bugs  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: [MOD] STR #3502: Cannot use Chinese input method in linux for fltk >= 1.3.4 Albrecht Schlosser Feb 10, 2020  
 
DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Pending]

Link: https://www.fltk.org/str.php?L3502
Version: 1.3.4


After reading lots of documentation and doing some tests I agree that using

  XSetLocaleModifiers("");

is the correct solution for interaction with X Input Methods (XIM). Using
"@im=" would prevent users from setting their own input method by using the
XMODIFIERS environment variable (for instance by setting
XMODIFIERS='@im=ibus' or XMODIFIERS='@im=fcitx' as usual) because "@im="
would fix the input method to be using the system default input method, as
the documentation says.

Hence I'm going to fix this in FLTK 1.3 (supposedly 1.3.6) and in 1.4 (Git
master).

I'm also reopening STR 3192.


Link: https://www.fltk.org/str.php?L3502
Version: 1.3.4


Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.