pluto icon indicating copy to clipboard operation
pluto copied to clipboard

FAT32 unicode full support

Open DrDeano opened this issue 4 years ago • 1 comments

Currently, the FAT32 driver can read and handle unicode characters but cannot create valid FAT32 short 8.3 names as there is no unicode uppercase support yet. At the moment, unicode is left lower case but may produce incorrect file names when converting to CP437.

DrDeano avatar Jan 02 '21 22:01 DrDeano

https://github.com/gernest/zunicode

DrDeano avatar Mar 10 '21 08:03 DrDeano