webengine/osswebengine/WebCore/platform/symbian/CharsetDataSymbian.h
changeset 0 dd21522fd290
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef CharsetDataSymbian_H
       
    20 #define CharsetDataSymbian_H
       
    21 
       
    22 #include <../bidi.h>
       
    23 #include <charconv.h>
       
    24 
       
    25 class CCnvCharacterSetConverter;
       
    26 
       
    27 typedef TUint TextEncoding;
       
    28 
       
    29 const TUint32 KCharacterSetIdentifierWindow1250 = 0x100059d6;
       
    30 const TUint32 KCharacterSetIdentifierWindow1251 = 0x100059D7;
       
    31 const TUint32 KCharacterSetIdentifierWindow1252 = 0x101F873B;
       
    32 const TUint32 KCharacterSetIdentifierWindow1253 = 0x100059D8;
       
    33 const TUint32 KCharacterSetIdentifierWindow1254 = 0x100059D9;
       
    34 const TUint32 KCharacterSetIdentifierWindow1255 = 0x101F8547;
       
    35 const TUint32 KCharacterSetIdentifierWindow1256 = 0x101F8548;
       
    36 const TUint32 KCharacterSetIdentifierWindow1257 = 0x100059DA;
       
    37 const TUint32 KCharacterSetIdentifierWindow1258 = 0x102073B8;
       
    38 
       
    39 #endif