userlibandfileserver/fileserver/sfat32/sl_vfat.cpp
branchRCL_3
changeset 257 3e88ff8f41d5
parent 256 c1f20ce4abcf
equal deleted inserted replaced
256:c1f20ce4abcf 257:3e88ff8f41d5
    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 #define KMaxVFatEntries 21 ///< Max possible number of entries in the VFAT entryset
    32 const TUint 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