textandloc_plat/character_conversion_nonpublic_api/inc/JapaneseCharConv.h
changeset 16 56cd22a7a1cb
parent 0 1fb32624e06b
equal deleted inserted replaced
0:1fb32624e06b 16:56cd22a7a1cb
     1 /*
     1 /*
     2 * Copyright (c) 2002-2004 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002-2004 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:   It has some UIDs for charconv plug-in for supporting 
    14 * Description:   It has some UIDs for charconv plug-in for supporting 
    15 
       
    16 *                pictograph.
    15 *                pictograph.
    17 
       
    18 *
    16 *
    19 */
    17 */
    20 
    18 
    21 
    19 
    22 
    20 
    23 
    21 
    24 
       
    25 
       
    26 
       
    27 #ifndef JAPANESECHARCONV_H
    22 #ifndef JAPANESECHARCONV_H
    28 
       
    29 #define JAPANESECHARCONV_H
    23 #define JAPANESECHARCONV_H
    30 
    24 
    31 
       
    32 
       
    33 //  INCLUDES
    25 //  INCLUDES
    34 
       
    35 #include <e32std.h>
    26 #include <e32std.h>
    36 
    27 
    37 
       
    38 
       
    39 // CONSTANTS
    28 // CONSTANTS
    40 
       
    41 // The followings are character set identifiers.
    29 // The followings are character set identifiers.
    42 
    30 
    43 
       
    44 
       
    45 // Shift-Jis character set with direct mapped pictograph
    31 // Shift-Jis character set with direct mapped pictograph
    46 
       
    47 const TUint KCharacterSetIdentifierShiftJisDirectmap = 0x101F8691;
    32 const TUint KCharacterSetIdentifierShiftJisDirectmap = 0x101F8691;
    48 
    33 
    49 
       
    50 
       
    51 // EUC-JP character set with direct mapped pictograph
    34 // EUC-JP character set with direct mapped pictograph
    52 
       
    53 const TUint KCharacterSetIdentifierEucJpDirectmap = 0x101F86A6;
    35 const TUint KCharacterSetIdentifierEucJpDirectmap = 0x101F86A6;
    54 
    36 
    55 
    37 
    56 
       
    57 
       
    58 
       
    59 #endif      // JAPANESECHARCONV_H
    38 #endif      // JAPANESECHARCONV_H
    60 
       
    61             
    39             
    62 
       
    63 // End of File
    40 // End of File
    64