webengine/osswebengine/WebCore/platform/symbian/CharsetSymbian.h
changeset 0 dd21522fd290
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/webengine/osswebengine/WebCore/platform/symbian/CharsetSymbian.h	Mon Mar 30 12:54:55 2009 +0300
@@ -0,0 +1,34 @@
+/*
+* 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 __CHARSETSYMBIAN_H__
+#define __CHARSETSYMBIAN_H__
+
+#include <CHARCONV.H>
+
+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 //!__ENCODINGSSYMBIAN_H__
\ No newline at end of file