[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

basic hebrew filenames



After searching through the list archives, I don't find anything about how
to make simple hebrew filenames with a script.  I wrote the following in
vim:

#!/bin/sh
touch ààà
touch ááá
touch âââ

but it creates files with names like '\300\300\300' (with the backslashes
actually in the names, and the characters are off by 32 from their
ISO-8859 values.)  What is going on?

Ephraim


To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il