MFS long file name

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
896件の閲覧回数
xinlu
Contributor I

How to make MFS recognize long file names?

ラベル(1)
タグ(1)
0 件の賞賛
1 解決策
531件の閲覧回数
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 返答(返信)
531件の閲覧回数
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 件の賞賛
532件の閲覧回数
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 件の賞賛
531件の閲覧回数
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 件の賞賛