os/textandloc/charconvfw/charconv_fw/src/charconv/builtin.rss
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /*
     2 * Copyright (c) 2000-2009 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 "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 #include "builtin.rls"  // localisable text
    20 #include <uikon.rh>
    21 
    22 STRUCT NAMED_CHARACTER_SET
    23 	{
    24 	LONG identifier;
    25 	STRUCT name; // an LBUF
    26 	}
    27 
    28 STRUCT ARRAY_OF_NAMED_CHARACTER_SETS
    29 	{
    30 	STRUCT arrayofnamedcharacersets[]; // an array of NAMED_CHARACTER_SET
    31 	}
    32 
    33 NAME BUIL
    34 
    35 RESOURCE RSS_SIGNATURE {}
    36 
    37 RESOURCE ARRAY_OF_NAMED_CHARACTER_SETS
    38 	{
    39 	arrayofnamedcharacersets=
    40 		{
    41 		NAMED_CHARACTER_SET {identifier=0x1000582c; name=LBUF {txt=STRING_Utf7;};},
    42 		NAMED_CHARACTER_SET {identifier=0x1000582d; name=LBUF {txt=STRING_Utf8;};},
    43 		NAMED_CHARACTER_SET {identifier=0x1000582e; name=LBUF {txt=STRING_ImapUtf7;};}, // KCharacterSetIdentifierImapUtf7
    44 		NAMED_CHARACTER_SET {identifier=0x1000582f; name=LBUF {txt=STRING_JavaUtf8;};}, // KCharacterSetIdentifierJavaConformantUtf8
    45 		NAMED_CHARACTER_SET {identifier=0x100012b6; name=LBUF {txt=STRING_Cp1252;};},
    46 		NAMED_CHARACTER_SET {identifier=0x10003b10; name=LBUF {txt=STRING_Iso88591;};},
    47 		NAMED_CHARACTER_SET {identifier=0x10004cc6; name=LBUF {txt=STRING_Ascii;};},
    48 		NAMED_CHARACTER_SET {identifier=0x100053ab; name=LBUF {txt=STRING_Sms7Bit;};} // KCharacterSetIdentifierSms7Bit
    49 		};
    50 	}
    51