Not a problem... You may have given me what I need anyway (to start
with :) How about this:
cd /usr/share/i18n/
localedef -f charmaps/ISO-8859-8 -u repertoiremaps/mnemonic.ds -i
locales/he_IL he_IL
Computing table size for character classes might take a while... done
Computing table size for collation information might take a while... done
I now have:
/usr/share/locale/he_IL/
/usr/share/locale/he_IL/LC_CTYPE
/usr/share/locale/he_IL/LC_COLLATE
/usr/share/locale/he_IL/LC_MONETARY
/usr/share/locale/he_IL/LC_NUMERIC
/usr/share/locale/he_IL/LC_TIME
/usr/share/locale/he_IL/LC_MESSAGES
/usr/share/locale/he_IL/LC_MESSAGES/SYS_LC_MESSAGES
And as a test:
~$ LANG=he_IL date '+%A %B %d %X %Z %Y'
רביעי יוני 20 10:36:50 IDT 2001
However, now when I do "LC_CTYPE=he_IL gimp" I get this
Gdk-WARNING **: locale not supported by Xlib, locale set to C
What's next? ;)
-Cedar
On Wed, 20 Jun 2001, Tzafrir Cohen wrote:
> Hi
>
> Sorry for not replying yet. I haven't exactly figured out how to compile
> locale descriptions. I know that there's a localedef command for that.
>
> On Mon, 18 Jun 2001, Cedar Cox wrote:
>
> >
> > On Mon, 18 Jun 2001, Tzafrir Cohen wrote:
> > > On Mon, 18 Jun 2001, Cedar Cox wrote:
> > > >
> > > > When I try something like this I get:
> > > >
> > > > ~$ LC_CTYPE=he_IL gimp
> > > >
> > > > Gdk-WARNING **: locale not supported by C library
> > > >
> > > >
> > > > Same with iw_IL. Does my system lack updated libraries?
> > >
> > > This is a matter of glibc (the C library).
> > >
> > > Have a look under /usr/share/locale/{he,he_IL,iw,iw_IL}/ and see if you
> > > have any LC_CTYPE file there. (maybe the locales directory resides
> > > elsewhere, such as /usr/lib/locale )
> >
> > ~$ find / 2>/dev/null |grep -i 'locales*/\(he\|iw\)'
> > /usr/local/share/locale/he
> > /usr/local/share/locale/he/LC_MESSAGES
> > /usr/local/share/locale/he/LC_MESSAGES/lyx.mo
> > /usr/share/i18n/locales/he_IL
> > /usr/share/i18n/locales/iw_IL
> > /usr/opt/kde/share/locale/he
> > /usr/opt/kde/share/locale/he/LC_MESSAGES
> > /usr/opt/kde/share/locale/he/LC_MESSAGES/ {many k*.mo}
> > /usr/opt/kde/share/locale/he/charset
> >
> > /usr/share/locale/ does exist, but no he or iw..
> >
> > -Cedar
> >
>
> --
> Tzafrir Cohen
> mailto:[EMAIL PROTECTED]
> http://www.technion.ac.il/~tzafrir
>
>
>
================================================================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]