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.
Just use the "utf8" mount option in Linux. The traditional "iocharset=utf8" option from older kernels should work, too. You need to use the "iocharset" option if your locale actually uses a different character encoding than UTF-8.
The default I/O character set is configured in Linux at compile-time via the CONFIG_FAT_DEFAULT_IOCHARSET option. In vanilla kernel the value is still "ascii" and that is why you see the question marks.
M.D. _______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/cgi-bin/listinfo/helenos-devel
