MFS long file name

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

MFS long file name

跳至解决方案
913 次查看
xinlu
Contributor I

How to make MFS recognize long file names?

标签 (1)
标记 (1)
0 项奖励
1 解答
548 次查看
PetrM
Senior Contributor I

Hello,

 

it already recognizes LFNs on FAT32, but only up to 13 unicode characters. The functions manipulating with LFNs are written like that, it's hardcoded. Sorry for any inconvenience.

 

PetrM

 

在原帖中查看解决方案

0 项奖励
3 回复数
548 次查看
zhiyangzhang
Contributor III

As far as I know, FAT32 supports unicode characters more than 13. The13-unicode is just the number contained in one long entry which is just a part of the long entry set. I patched the MFS to support LFN with unicode as the current MFS just converted the unicode to assci.

0 项奖励
549 次查看
PetrM
Senior Contributor I

Hello,

 

it already recognizes LFNs on FAT32, but only up to 13 unicode characters. The functions manipulating with LFNs are written like that, it's hardcoded. Sorry for any inconvenience.

 

PetrM

 

0 项奖励
548 次查看
zhiyangzhang
Contributor III

As far as I know, FAT32 supports unicode characters more than 13. The13-unicode is just the number contained in one long entry which is just a part of the long entry set. I patched the MFS to support LFN with unicode as the current MFS just converted the unicode to assci. Patch code will follow on as an attach.

0 项奖励