charconvfw/Charconv/ongoing/Source/foreign/builtin/BUILTIN.RSS
changeset 0 1fb32624e06b
child 16 56cd22a7a1cb
equal deleted inserted replaced
-1:000000000000 0:1fb32624e06b
       
     1 /*
       
     2 * Copyright (c) 2000 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 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 #include "BUILTIN.RLS"  // localisable text
       
    26 #include <uikon.rh>
       
    27 
       
    28 STRUCT NAMED_CHARACTER_SET
       
    29 	{
       
    30 	LONG identifier;
       
    31 	STRUCT name; // an LBUF
       
    32 	}
       
    33 
       
    34 STRUCT ARRAY_OF_NAMED_CHARACTER_SETS
       
    35 	{
       
    36 	STRUCT arrayofnamedcharacersets[]; // an array of NAMED_CHARACTER_SET
       
    37 	}
       
    38 
       
    39 NAME BUIL
       
    40 
       
    41 RESOURCE RSS_SIGNATURE {}
       
    42 
       
    43 RESOURCE ARRAY_OF_NAMED_CHARACTER_SETS
       
    44 	{
       
    45 	arrayofnamedcharacersets=
       
    46 		{
       
    47 		NAMED_CHARACTER_SET {identifier=0x1000582c; name=LBUF {txt=STRING_Utf7;};},
       
    48 		NAMED_CHARACTER_SET {identifier=0x1000582d; name=LBUF {txt=STRING_Utf8;};},
       
    49 		NAMED_CHARACTER_SET {identifier=0x1000582e; name=LBUF {txt=STRING_ImapUtf7;};}, // KCharacterSetIdentifierImapUtf7
       
    50 		NAMED_CHARACTER_SET {identifier=0x1000582f; name=LBUF {txt=STRING_JavaUtf8;};}, // KCharacterSetIdentifierJavaConformantUtf8
       
    51 		NAMED_CHARACTER_SET {identifier=0x100012b6; name=LBUF {txt=STRING_Cp1252;};},
       
    52 		NAMED_CHARACTER_SET {identifier=0x10003b10; name=LBUF {txt=STRING_Iso88591;};},
       
    53 		NAMED_CHARACTER_SET {identifier=0x10004cc6; name=LBUF {txt=STRING_Ascii;};},
       
    54 		NAMED_CHARACTER_SET {identifier=0x100053ab; name=LBUF {txt=STRING_Sms7Bit;};} // KCharacterSetIdentifierSms7Bit
       
    55 		};
       
    56 	}
       
    57