On Mon, Sep 06, 2004 at 12:18:12PM +0300, ik wrote: > My local is UTF-8... I'm just looking for the right font that I could display Hebrew > fonts over GTK1.2. As far as I know it requires a UCS-2
Any font with Hebrew glyphs should do. Try either fonts with iso8859-8 or iso10646-1 charset. Set it in your gtkrc and you should be done. Alternatively, gtk will use /etc/gtk/gtkrc.LOCALE_CHARSET (eg. gtkrc.utf-8) automatically, so make sure it points to a font which has Hebrew glyphs. ================================================================= 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]