Jakub Jermar | 13 Apr 2012 23:01
Picon
Gravatar

Re: Handling non-ASCII filenames by mkfat.py

On 04/13/2012 04:57 PM, Martin Decky wrote:
>> the attached patch replaces the potentially non-D-characters in the 8.3
>> format file name with underscores (to be consistent with what HelenOS
>> FAT server does).
> 
> I have rewritten the mkfat.py to do the UTF-16 encoding correctly. It
> currently lacks the underscore trick for 8.3 names, I'll add this back
> later on.

Hi Martin,

now it works very nice and mkfat.py is consistent with the FAT server in
that unicode names are encoded and displayed correctly. I am still
puzzled by when I mount the image under Linux, I see questionmarks
instead of the unicode characters. The same is for entries created by
our FAT server. Perhaps Linux, as Vojta noticed, defaults to some other
encoding?

Jakub

Gmane