os/textandloc/charconvfw/charconvplugins/src/shared/CnvShiftJisDirectmap.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /*
     2 * Copyright (c) 2009 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:         This module is a plug-in module for Shift-JIS with Pictograph.
    15 *                Basicaly, Vodafone Pictograph is encoded by ISO2022, 
    16 *                but Japanese FEP needs a pictograph as one character code 
    17 *                in Shift-JIS character code set.
    18 *
    19 */
    20 
    21 
    22 
    23 
    24 
    25 
    26 
    27 
    28 
    29 #ifndef CNVSHIFTJISDIRECTMAP_H
    30 #define CNVSHIFTJISDIRECTMAP_H
    31 
    32 #include <e32std.h>
    33 #include <charconv.h>
    34 
    35 
    36 /**
    37 *  This class has a conversion data for Vodafone pictograph.
    38 *  CnvShiftJisDirectmap is only used by ShiftJisForFep.cpl.
    39 *
    40 *  @since 2.6
    41 */
    42 class CnvShiftJisDirectmap
    43     {
    44     public:
    45         /**
    46         * It returns a conversion data for pictograph.
    47         * @since 2.6
    48         * @return the conversion data
    49         */
    50         IMPORT_C static const SCnvConversionData& ConversionData();
    51     };
    52 
    53 #endif // CNVSHIFTJISDIRECTMAP_H
    54 
    55 // End of File