webengine/osswebengine/WebKit/s60/misc/WebCharsetData.h
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    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 };