harvester/harvesterplugins/AudioPlaylistPlugin/inc/mdsplaylistsupplementalcharsets.hrh
branchRCL_3
changeset 20 f23c07ec56e2
equal deleted inserted replaced
19:b73252188534 20:f23c07ec56e2
       
     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 __MDSPLAYLISTSUPPLEMENTALCHARSET_HRH__
       
    20 #define __MDSPLAYLISTSUPPLEMENTALCHARSET_HRH__
       
    21 
       
    22 /** 
       
    23 EucJpDirectmap
       
    24 */
       
    25 #define KCharacterSetIdentifierEucJpDirectmap 0x10207353
       
    26 /** 
       
    27 ShiftJisDirectmap
       
    28 */
       
    29 #define KCharacterSetIdentifierShiftJisDirectmap 0x10207354 
       
    30 /** 
       
    31 KOI8-R
       
    32 */
       
    33 #define KCharacterSetIdentifierKOI8R 0x10207401 
       
    34 /** 
       
    35 KOI8-U
       
    36 */
       
    37 #define KCharacterSetIdentifierKOI8U 0x10207402 
       
    38 /** 
       
    39 TIS_620
       
    40 */
       
    41 #define KCharacterSetIdentifierTIS620 0x10207403 
       
    42 /** 
       
    43 Windows-1250
       
    44 */
       
    45 #define KCharacterSetIdentifierCp1250 0x10207404 
       
    46 /** 
       
    47 Windows-1251
       
    48 */
       
    49 #define KCharacterSetIdentifierCp1251 0x10207405 
       
    50 /** 
       
    51 Windows-1252
       
    52 */
       
    53 #define KCharacterSetIdentifierCp1252 0x10207406 
       
    54 /** 
       
    55 Windows-1253
       
    56 */
       
    57 #define KCharacterSetIdentifierCp1253 0x10207407 
       
    58 /** 
       
    59 Windows-1254
       
    60 */
       
    61 #define KCharacterSetIdentifierCp1254 0x10207408 
       
    62 /** 
       
    63 Windows-1255
       
    64 */
       
    65 #define KCharacterSetIdentifierCp1255 0x10207409 
       
    66 /** 
       
    67 Windows-1256
       
    68 */
       
    69 #define KCharacterSetIdentifierCp1256 0x1020740A 
       
    70 /** 
       
    71 Windows-1257
       
    72 */
       
    73 #define KCharacterSetIdentifierCp1257 0x1020740B 
       
    74 /** 
       
    75 Windows-1258
       
    76 */
       
    77 #define KCharacterSetIdentifierCp1258 0x1020740C 
       
    78 /** 
       
    79 Windows-874
       
    80 */
       
    81 #define KCharacterSetIdentifierCp874 0x1020740D 
       
    82 /** 
       
    83 ISCII
       
    84 */
       
    85 #define KCharacterSetIdentifierISCII 0x1027508D 
       
    86 
       
    87 #endif // __MDSPLAYLISTSUPPLEMENTALCHARSET_HRH__