Need to assume/configure EPOC character set (?). Use iconv? What happens when a character can't be translated? Both ways convert one character at a time, escaping untranslatable characters?
It would be nice to do this reusably, as a FUSE fs that can be stacked on top of plpfuse; it would then be useful in combination with other FSes that have similar problems.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=50145
Originator: YES
Stealing the code that the vfat FS uses might be wise.
Logged In: YES
user_id=50145
Originator: YES
It would be nice to do this reusably, as a FUSE fs that can be stacked on top of plpfuse; it would then be useful in combination with other FSes that have similar problems.