Unicode filenames on FAT-32?

前端 未结 2 984
南笙
南笙 2021-02-19 05:28

As far as I understand - NTFS supports Unicode filenames (UTF-16 as Micorsoft claims?).

But official MSDN documentation is very vague regarding what codepage(s) is used

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-19 05:45

    The basic FAT or FAT32 directory entries support only short names (the old DOS 8.3 format) in the current OEM codepage. However, VFAT (FAT with long filename support) which is used while under Windows, can store an additional, so-called long filename for each file, in UTF-16.

提交回复
热议问题