webengine/osswebengine/WebCore/platform/symbian/CharsetDataSymbian.h
author chetan.kapoor@v800025.ad-sfpd.intra
Tue, 27 Oct 2009 10:58:40 +0000
branchCompilerCompatibility
changeset 25 9d87bae3dc1b
parent 0 dd21522fd290
permissions -rw-r--r--
Bug 669 & 670 - Build errors with RVCT 4.0: Error: #504-D: nonstandard form for taking the address of a member function

/*
* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  
*
*/


#ifndef CharsetDataSymbian_H
#define CharsetDataSymbian_H

#include <../bidi.h>
#include <charconv.h>

class CCnvCharacterSetConverter;

typedef TUint TextEncoding;

const TUint32 KCharacterSetIdentifierWindow1250 = 0x100059d6;
const TUint32 KCharacterSetIdentifierWindow1251 = 0x100059D7;
const TUint32 KCharacterSetIdentifierWindow1252 = 0x101F873B;
const TUint32 KCharacterSetIdentifierWindow1253 = 0x100059D8;
const TUint32 KCharacterSetIdentifierWindow1254 = 0x100059D9;
const TUint32 KCharacterSetIdentifierWindow1255 = 0x101F8547;
const TUint32 KCharacterSetIdentifierWindow1256 = 0x101F8548;
const TUint32 KCharacterSetIdentifierWindow1257 = 0x100059DA;
const TUint32 KCharacterSetIdentifierWindow1258 = 0x102073B8;

#endif