On Mon, Dec 04, 2000 at 01:56:56PM +0200, Tzafrir Cohen wrote:
> For instance: how can I use kedit to write notes in Hebrew? Do I need to
> supply some sort of UTF8 keymap? (not a good idea)
setxkbmap -variant basic il
(or it might be 'he' on your system)
If you have XFree 4.0, you might want:
setxkbmap -variant basic -option grp:alt_shift_toggle il
(Or something similar. I just like the Windows combo for switching.)
> I don't use kde much, so I'm personally don't bothered by this. But I keep
> getting asked this question, and I would like to know what others have
> come up with, before starting to dig kde archives.
Then run the KDE application as:
LC_CTYPE=iw_IL kedit
which'll instruct xlib to decode keysyms to ISO-8859-8.
Real Unicode apps on X (e.g. Mozilla, GTK 2.0 based software) usually
decode the keysyms to the appropriate Unicode symbols themselves.
--
Best regards,
Ilya Konstantinov
=================================================================
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]