Ion / FAQ / Entries / Can't type into queries
2009-04-09 15:29 UTC

Can't type into queries

I can't type into queries! (After upgrading unbuntu.)

This is an Xlib locale support problem. You have to specify the encoding as part of the LANG or LC_CTYPE setting; otherwise Xlib will be confused. That is, you should change

LANG=en_GB

to

LANG=en_GB.UTF-8

or similarly, depending on the actual language and encoding used, etc.