mmserv/metadatautility/Src/SupplementalCharSets.hrh
changeset 0 71ca22bcf22a
equal deleted inserted replaced
-1:000000000000 0:71ca22bcf22a
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Defines character set identifiers.The file can be 
       
    15 *             	included in C++ or resource file.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef __SUPPLEMENTALCHARSET_HRH__
       
    21 #define __SUPPLEMENTALCHARSET_HRH__
       
    22 
       
    23 /** 
       
    24 EucJpDirectmap
       
    25 */
       
    26 #define KCharacterSetIdentifierEucJpDirectmap 0x10207353
       
    27 /** 
       
    28 ShiftJisDirectmap
       
    29 */
       
    30 #define KCharacterSetIdentifierShiftJisDirectmap 0x10207354 
       
    31 /** 
       
    32 KOI8-R
       
    33 */
       
    34 #define KCharacterSetIdentifierKOI8R 0x10207401 
       
    35 /** 
       
    36 KOI8-U
       
    37 */
       
    38 #define KCharacterSetIdentifierKOI8U 0x10207402 
       
    39 /** 
       
    40 TIS_620
       
    41 */
       
    42 #define KCharacterSetIdentifierTIS620 0x10207403 
       
    43 /** 
       
    44 Windows-1250
       
    45 */
       
    46 #define KCharacterSetIdentifierCp1250 0x10207404 
       
    47 /** 
       
    48 Windows-1251
       
    49 */
       
    50 #define KCharacterSetIdentifierCp1251 0x10207405 
       
    51 /** 
       
    52 Windows-1252
       
    53 */
       
    54 #define KCharacterSetIdentifierCp1252 0x10207406 
       
    55 /** 
       
    56 Windows-1253
       
    57 */
       
    58 #define KCharacterSetIdentifierCp1253 0x10207407 
       
    59 /** 
       
    60 Windows-1254
       
    61 */
       
    62 #define KCharacterSetIdentifierCp1254 0x10207408 
       
    63 /** 
       
    64 Windows-1255
       
    65 */
       
    66 #define KCharacterSetIdentifierCp1255 0x10207409 
       
    67 /** 
       
    68 Windows-1256
       
    69 */
       
    70 #define KCharacterSetIdentifierCp1256 0x1020740A 
       
    71 /** 
       
    72 Windows-1257
       
    73 */
       
    74 #define KCharacterSetIdentifierCp1257 0x1020740B 
       
    75 /** 
       
    76 Windows-1258
       
    77 */
       
    78 #define KCharacterSetIdentifierCp1258 0x1020740C 
       
    79 /** 
       
    80 Windows-874
       
    81 */
       
    82 #define KCharacterSetIdentifierCp874 0x1020740D 
       
    83 /** 
       
    84 ISCII
       
    85 */
       
    86 #define KCharacterSetIdentifierISCII 0x1027508D 
       
    87 /** 
       
    88 CP949 for Korean character set
       
    89 */
       
    90 #define KCharacterSetIdentifierCP949 0x200100FF
       
    91 /** 
       
    92 KSC 5601 for Korean character set
       
    93 */
       
    94 #define KCharacterSetIdentifierKSC5601 0x200113CD
       
    95 /** 
       
    96 EUC KR for Korean character set
       
    97 */
       
    98 #define KCharacterSetIdentifierEUCKR 0x2000E526 
       
    99 /** 
       
   100 ISO 2022KR   for Korean character set
       
   101 */
       
   102 #define KCharacterSetIdentifierISO2022KR 0x20010101
       
   103 
       
   104 
       
   105 #endif // __SUPPLEMENTALCHARSET_HRH__