mmappcomponents/playlistengine/inc/mpxplaylistsupplementalcharsets.hrh
changeset 0 a2952bb97e68
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     1 /*
       
     2 * Copyright (c) 2007 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:  supplemental character set IDs are included here
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __MPXPLAYLISTSUPPLEMENTALCHARSET_HRH__
       
    20 #define __MPXPLAYLISTSUPPLEMENTALCHARSET_HRH__
       
    21 
       
    22 // copied from MetadataUtility's SupplementalCharSets.hrh version 1
       
    23 
       
    24 /** 
       
    25 EucJpDirectmap
       
    26 */
       
    27 #define KCharacterSetIdentifierEucJpDirectmap 0x10207353
       
    28 /** 
       
    29 ShiftJisDirectmap
       
    30 */
       
    31 #define KCharacterSetIdentifierShiftJisDirectmap 0x10207354 
       
    32 /** 
       
    33 KOI8-R
       
    34 */
       
    35 #define KCharacterSetIdentifierKOI8R 0x10207401 
       
    36 /** 
       
    37 KOI8-U
       
    38 */
       
    39 #define KCharacterSetIdentifierKOI8U 0x10207402 
       
    40 /** 
       
    41 TIS_620
       
    42 */
       
    43 #define KCharacterSetIdentifierTIS620 0x10207403 
       
    44 /** 
       
    45 Windows-1250
       
    46 */
       
    47 #define KCharacterSetIdentifierCp1250 0x10207404 
       
    48 /** 
       
    49 Windows-1251
       
    50 */
       
    51 #define KCharacterSetIdentifierCp1251 0x10207405 
       
    52 /** 
       
    53 Windows-1252
       
    54 */
       
    55 #define KCharacterSetIdentifierCp1252 0x10207406 
       
    56 /** 
       
    57 Windows-1253
       
    58 */
       
    59 #define KCharacterSetIdentifierCp1253 0x10207407 
       
    60 /** 
       
    61 Windows-1254
       
    62 */
       
    63 #define KCharacterSetIdentifierCp1254 0x10207408 
       
    64 /** 
       
    65 Windows-1255
       
    66 */
       
    67 #define KCharacterSetIdentifierCp1255 0x10207409 
       
    68 /** 
       
    69 Windows-1256
       
    70 */
       
    71 #define KCharacterSetIdentifierCp1256 0x1020740A 
       
    72 /** 
       
    73 Windows-1257
       
    74 */
       
    75 #define KCharacterSetIdentifierCp1257 0x1020740B 
       
    76 /** 
       
    77 Windows-1258
       
    78 */
       
    79 #define KCharacterSetIdentifierCp1258 0x1020740C 
       
    80 /** 
       
    81 Windows-874
       
    82 */
       
    83 #define KCharacterSetIdentifierCp874 0x1020740D 
       
    84 /** 
       
    85 ISCII
       
    86 */
       
    87 #define KCharacterSetIdentifierISCII 0x1027508D 
       
    88 
       
    89 #endif // __MPXPLAYLISTSUPPLEMENTALCHARSET_HRH__