equal
deleted
inserted
replaced
27 const TUint8 KLeadingE5Replacement = 0x05; |
27 const TUint8 KLeadingE5Replacement = 0x05; |
28 |
28 |
29 // use second half of ISO Latin 1 character set for extended chars |
29 // use second half of ISO Latin 1 character set for extended chars |
30 const TUint KExtendedCharStart=0x80; |
30 const TUint KExtendedCharStart=0x80; |
31 const TUint KExtendedCharEnd=0xff; |
31 const TUint KExtendedCharEnd=0xff; |
32 |
32 #define KMaxVFatEntries 21 ///< Max possible number of entries in the VFAT entryset |
33 const TUint KMaxVFatEntries = 21; ///< Max possible number of entries in the VFAT entryset |
|
34 |
33 |
35 |
34 |
36 //----------------------------------------------------------------------------- |
35 //----------------------------------------------------------------------------- |
37 /** |
36 /** |
38 Returns ETrue if aCharacter is legal inside a dos filename |
37 Returns ETrue if aCharacter is legal inside a dos filename |