userlibandfileserver/fileserver/sfat32/sl_vfat.cpp
branchRCL_3
changeset 256 c1f20ce4abcf
parent 87 2f92ad2dc5db
child 257 3e88ff8f41d5
equal deleted inserted replaced
249:a179b74831c9 256:c1f20ce4abcf
    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 const TUint KMaxVFatEntries = 21; ///< Max possible number of entries in the VFAT entryset
    32 #define KMaxVFatEntries 21 ///< Max possible number of entries in the VFAT entryset
    33 
    33 
    34 
    34 
    35 //-----------------------------------------------------------------------------
    35 //-----------------------------------------------------------------------------
    36 /**
    36 /**
    37     Returns ETrue if aCharacter is legal inside a dos filename
    37     Returns ETrue if aCharacter is legal inside a dos filename