Re: hebrew display in java problem with linux

2003-02-12 Thread Shai Bentin
ran xev, what I see is this: KeyRelease event, serial 30, synthetic NO, window 0x281, root 0x37, subw 0x0, time 1363681224, (-616,-44), root:(68,9), state 0x2000, keycode 52 (keysym 0xce6, hebrew_zain), same_screen YE S, XLookupString gives 0 characters:

hebrew display in java problem with linux

2003-02-11 Thread Shai Bentin
Hi all, I hope any of you can help... I use mandrake. I'm programming something in java that needs to get input in hebrew.What happens is strange: Say I use, for example, a JtextField or JTextArea. I set the font, the default locale... everything supports hebrew. more over, I also do setText

Re: hebrew display in java problem with linux

2003-02-11 Thread Jonathan Ben Avraham
Hi Shai, This is a keyboard mapping problem. You need a keymap that maps to Unicode Hebrew. Otherwise you need to translate the keycodes inside your Java app. The squares are the fonts way to indicate that you entered keymap value outside of the range of the font. If I am not mistaken we use

Re: hebrew display in java problem with linux

2003-02-11 Thread Omer Zak
On Tue, 11 Feb 2003, Shai Bentin wrote: Say I use, for example, a JtextField or JTextArea. I set the font, the default locale... everything supports hebrew. more over, I also do setText and put in unicode (\u05d1\u05d2\u202c...). When running I see the text in hebrew displayed in the text

Re: hebrew display in java problem with linux

2003-02-11 Thread Tzafrir Cohen
On Tue, 11 Feb 2003, Jonathan Ben Avraham wrote: On Tue, 11 Feb 2003, Shai Bentin wrote: Hi all, I hope any of you can help... I use mandrake. I'm programming something in java that needs to get input in hebrew.What happens is strange: Say I use, for example, a JtextField or