On Sun, Jun 20, 2004 at 10:05:22AM +0300, ik wrote: > Hi, > > I'm translating lazarus ide (http://lazarus.freepascal.org) into > hebrew, this ide is working with gtk 1.2, and i have a very big > problem with it, I can not see hebrew, i can not use hebrew layout > with the keyboard, and i can't seems to find out how to do so.
You need to use appropriate fonts. Chances are Hebrew text will use ISO-8859-8 . Make sure you have such fonts on your system (culmus will do just fine. In the worst case use misc-fixed ). See /etc/gtk/gtkrc.he* for the default fonts. It might be wise to change that file. In order to type Hebrew , your locale's charset needs to be a Hebrew one. What is the output of 'locale' on your system? Try running it with 'LC_CTYPE=he_IL' set in the envronment. -- Tzafrir Cohen +---------------------------+ http://www.technion.ac.il/~tzafrir/ |vim is a mutt's best friend| mailto:[EMAIL PROTECTED] +---------------------------+ ================================================================= 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]
