Re: hebrew letters in non-unicode vfat

2010-07-08 Thread Arie Skliarouk
Thanks to everybody who responded. The solution was pretty simple: mount -o utf8=yes /dev/sdc1 /mnt/dok IMHO, the option needs to be on by default. -- Arie ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/li

Re: hebrew letters in non-unicode vfat

2010-06-19 Thread Shachar Shemesh
Diego Iastrubni wrote: Shachar, On שבת 19 יוני 2010 00:08:26 Shachar Shemesh wrote: There is no such thing "non-unicode vfat". FAT file systems comes in two flavors. One is the classic, pre-Windows 95, version, which only supported ASCII (no Hebrew at all). The other is the LFN extension to

Re: hebrew letters in non-unicode vfat

2010-06-19 Thread Diego Iastrubni
Shachar, On שבת 19 יוני 2010 00:08:26 Shachar Shemesh wrote: > There is no such thing "non-unicode vfat". FAT file systems comes in two > flavors. One is the classic, pre-Windows 95, version, which only > supported ASCII (no Hebrew at all). The other is the LFN extension to > FAT, which is encoded

Re: hebrew letters in non-unicode vfat

2010-06-18 Thread Shachar Shemesh
Arie Skliarouk wrote: Hi, First, the title. There is no such thing "non-unicode vfat". FAT file systems comes in two flavors. One is the classic, pre-Windows 95, version, which only supported ASCII (no Hebrew at all). The other is the LFN extension to FAT, which is encoded in UTF-16 (i.e. -

Re: hebrew letters in non-unicode vfat

2010-06-18 Thread ik
Try to use CP862 instead (Hebrew code page in DOS). Also make sure that the terminal (like shimi said) display the same encoding. Ido http://ik.homelinux.org/ 2010/6/18 Arie Skliarouk > Hi, > > I tried to read hebrew-named files and directories from a vfat-formatted > DOK, but default mounti

Re: hebrew letters in non-unicode vfat

2010-06-18 Thread shimi
2010/6/18 Arie Skliarouk > Hi, > > I tried to read hebrew-named files and directories from a vfat-formatted > DOK, but default mounting shows question marks instead of hebrew characters. > > I tried to use iocharset option of mount, with the same result. Windows > shows the names properly. > moun