On Sun, 11 Feb 2001, Oren Held wrote:

> Hi Ilya
>
> On Sun, 11 Feb 2001, Ilya Konstantinov wrote:
>
> [... QT 3...]
> > Also, I've seen one of the latest Qt 3.0 snapshots. They added
> > LOCALE-independent input (no need to set LC_CTYPE etc.) so you can just
> > switch the map and keep typing. Unfortunatelly, it doesn't handle BiDi
> > editing quite well yet
> Yeah, but how will it know what the DEFAULT user is ? That's the advantage
> of LC_CTYPE - if the user has it set to his language gtk knows if to
> align to left or right, for example..

The default is still set through LANG and similar mechanisms.

However, X has a stupid limitation of accepting only characters that are
"legal" for the current locale. LC_CTYPE helps set this (although X does
not use the LC_CTYPE data itself, IIRC. Only the locale name).

Therefore when your locale is "hebrew" you simply cannot type russian
characters.

The news here is that QT3 now bypasses that spesific problematic part of
the X interface and reimplements it itself.

-- 
Tzafrir Cohen
mailto:[EMAIL PROTECTED]
http://www.technion.ac.il/~tzafrir



=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to