charconvfw/Charconv/ongoing/Source/foreign/builtin/BUILTIN.RSS
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 16 Apr 2010 16:55:07 +0300
changeset 16 56cd22a7a1cb
parent 0 1fb32624e06b
permissions -rw-r--r--
Revision: 201011 Kit: 201015

/*
* Copyright (c) 2000 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:      
*
*/








#include "BUILTIN.RLS"  // localisable text
#include <uikon.rh>

STRUCT NAMED_CHARACTER_SET
	{
	LONG identifier;
	STRUCT name; // an LBUF
	}

STRUCT ARRAY_OF_NAMED_CHARACTER_SETS
	{
	STRUCT arrayofnamedcharacersets[]; // an array of NAMED_CHARACTER_SET
	}

NAME BUIL

RESOURCE RSS_SIGNATURE {}

RESOURCE ARRAY_OF_NAMED_CHARACTER_SETS
	{
	arrayofnamedcharacersets=
		{
		NAMED_CHARACTER_SET {identifier=0x1000582c; name=LBUF {txt=STRING_Utf7;};},
		NAMED_CHARACTER_SET {identifier=0x1000582d; name=LBUF {txt=STRING_Utf8;};},
		NAMED_CHARACTER_SET {identifier=0x1000582e; name=LBUF {txt=STRING_ImapUtf7;};}, // KCharacterSetIdentifierImapUtf7
		NAMED_CHARACTER_SET {identifier=0x1000582f; name=LBUF {txt=STRING_JavaUtf8;};}, // KCharacterSetIdentifierJavaConformantUtf8
		NAMED_CHARACTER_SET {identifier=0x100012b6; name=LBUF {txt=STRING_Cp1252;};},
		NAMED_CHARACTER_SET {identifier=0x10003b10; name=LBUF {txt=STRING_Iso88591;};},
		NAMED_CHARACTER_SET {identifier=0x10004cc6; name=LBUF {txt=STRING_Ascii;};},
		NAMED_CHARACTER_SET {identifier=0x100053ab; name=LBUF {txt=STRING_Sms7Bit;};} // KCharacterSetIdentifierSms7Bit
		};
	}