My locales defenitions looks ok, i even changed from he_IL.UTF-8 to the following,
many programs now works a bit diffrence :)
but still it does not work
LANG=he_IL
LC_CTYPE=he_IL,he_IL.UTF-8,he_IL.ISO-8859-8
LC_NUMERIC=he_IL.UTF-8
LC_TIME=he_IL.UTF-8
LC_COLLATE=he_IL.UTF-8
LC_MONETARY=he_IL.UTF-8
LC_MESSAGES=en_US.UTF-8
LC_PAPER=he_IL.UTF-8
LC_NAME=he_IL.UTF-8
LC_ADDRESS=he_IL.UTF-8
LC_TELEPHONE=he_IL.UTF-8
LC_MEASUREMENT=he_IL.UTF-8
LC_IDENTIFICATION=he_IL.UTF-8
LC_ALL=C
LANGUAGE=en_US.UTF-8,he_IL.UTF-8
the gtkrc.he is:
style "gtk-default-he" {
fontset = "-culmus-nachlieli-medium-r-normal-*-*-140-*-*-p-*-iso8859-8"
}
class "GtkWidget" style "gtk-default-he"
the previus i also made a misc test
-misc-fixed-medium-r-semicondensed-*-*-120-*-*-c-*-iso8859-8
and -misc-fixed-medium-r-semicondensed-*-*-120-*-*-c-*-iso10646-1 just in case, and
still the same responds (i mean no respondes) for the
keyboard nad for displaying hebrew :(
I looking for 5 days now in diffrent ways in google, but i can't a selution that works
for me :(
On Sunday 20 June 2004 11:42, Tzafrir Cohen wrote:
> 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.
>
Ido
--
Hard work has a future payoff. Laziness pays off NOW.
=================================================================
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]