webengine/osswebengine/WebKit/s60/misc/WebCharsetData.h
branchRCL_3
changeset 93 79859ed3eea9
parent 0 dd21522fd290
child 94 919f36ff910f
equal deleted inserted replaced
92:e1bea15f9a39 93:79859ed3eea9
    16 *
    16 *
    17 */
    17 */
    18 #ifndef __CHARSETDATA_H
    18 #ifndef __CHARSETDATA_H
    19 #define __CHARSETDATA_H
    19 #define __CHARSETDATA_H
    20 
    20 
    21 #include <CHARCONV.H>
    21 #include <charconv.h>
    22 struct TCharsetEntry
    22 struct TCharsetEntry
    23 {
    23 {
    24   TUint32 uid;
    24   TUint32 uid;
    25   const TText* charsetName;
    25   const TText* charsetName;
    26 };
    26 };