webengine/osswebengine/WebKit/s60/misc/WebCharsetData.h
changeset 68 92a765b5b3e7
parent 0 dd21522fd290
child 94 919f36ff910f
equal deleted inserted replaced
66:cacf6ee57968 68:92a765b5b3e7
    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 };