sl@0: /* sl@0: * Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * sl@0: */ sl@0: sl@0: sl@0: #include "builtin.rls" // localisable text sl@0: #include sl@0: sl@0: STRUCT NAMED_CHARACTER_SET sl@0: { sl@0: LONG identifier; sl@0: STRUCT name; // an LBUF sl@0: } sl@0: sl@0: STRUCT ARRAY_OF_NAMED_CHARACTER_SETS sl@0: { sl@0: STRUCT arrayofnamedcharacersets[]; // an array of NAMED_CHARACTER_SET sl@0: } sl@0: sl@0: NAME BUIL sl@0: sl@0: RESOURCE RSS_SIGNATURE {} sl@0: sl@0: RESOURCE ARRAY_OF_NAMED_CHARACTER_SETS sl@0: { sl@0: arrayofnamedcharacersets= sl@0: { sl@0: NAMED_CHARACTER_SET {identifier=0x1000582c; name=LBUF {txt=STRING_Utf7;};}, sl@0: NAMED_CHARACTER_SET {identifier=0x1000582d; name=LBUF {txt=STRING_Utf8;};}, sl@0: NAMED_CHARACTER_SET {identifier=0x1000582e; name=LBUF {txt=STRING_ImapUtf7;};}, // KCharacterSetIdentifierImapUtf7 sl@0: NAMED_CHARACTER_SET {identifier=0x1000582f; name=LBUF {txt=STRING_JavaUtf8;};}, // KCharacterSetIdentifierJavaConformantUtf8 sl@0: NAMED_CHARACTER_SET {identifier=0x100012b6; name=LBUF {txt=STRING_Cp1252;};}, sl@0: NAMED_CHARACTER_SET {identifier=0x10003b10; name=LBUF {txt=STRING_Iso88591;};}, sl@0: NAMED_CHARACTER_SET {identifier=0x10004cc6; name=LBUF {txt=STRING_Ascii;};}, sl@0: NAMED_CHARACTER_SET {identifier=0x100053ab; name=LBUF {txt=STRING_Sms7Bit;};} // KCharacterSetIdentifierSms7Bit sl@0: }; sl@0: } sl@0: