osamu.sayama@Japan 1997-10-28
Currently, pcfs doesn't support non ASCII character filename.
For example, some of Japanese application uses PC Kanji code
(PCK) encoding (multi byte character) for its file name.
However, pcfs cannot handle this encoding as a valid character
** Test Case
1. Create FAT formated floopy in Windows XP
2. Create localized file name in Windows XP and copy this to the above media.
3. On Solaris and your UTF-8 locale,
# /etc/init.d/vold stop
# mount -F pcfs /dev/diskette /mnt
4. Check the following.
- 'ls /mnt' shows correct localized file name.
- Copy and localized file name from/to this media to/from Solaris.
- Check localized file name copied from Solaris works fine on Windows XP.
xxxxx@xxxxx.com 2005-06-14 01:50:04 GMT