userlibandfileserver/fileserver/sfat32/sl_vfat.cpp
changeset 109 b3a1d9898418
parent 90 947f0dc9f7a8
child 291 206a6eaaeb71
equal deleted inserted replaced
102:ef2a444a7410 109:b3a1d9898418
    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