On Fri, Nov 29, 2002 at 10:29:24PM +0200, Shachar Shemesh wrote:
> I type "localedef -i he_IL he_IL". It fails with LOCALE COMPILATION 

Cause you're probably compiling with the default ISO-8859-1.

Try:

localedef -i he_IL -f ISO-8859-8 he_IL

or

localedef -i he_IL -f UTF-8 he_IL

(Whichever you'd prefer depends on the encoding of your filesystem. I
recommend UTF-8, but if you already have ISO-8859-8-encoded filenames,
you'd have to rename them.)

BTW, RedHat isn't broken. I have the same behavior on Debian. Don't
rush to conclusions -- RedHat, a company which employes glibc hackers,
won't screw up on something that basic.

=================================================================
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]

Reply via email to