os/textandloc/charconvfw/charconvplugins/src/shared/CnvShiftJisDirectmap.cpp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 
    30 // INCLUDE FILES
    31 #include "CnvShiftJisDirectmap.h"
    32 #include "convgeneratedcpp.h"
    33 #include <e32std.h>
    34 
    35 
    36 // FORWARD DECLARATIONS
    37 struct SCnvConversionData;
    38 
    39 // ============================ MEMBER FUNCTIONS ===============================
    40 
    41 // -----------------------------------------------------------------------------
    42 // CnvShiftJisDirectmap::ConversionData()
    43 // This class has a conversion data for Vodafone pictograph page1.
    44 // CnvShiftJisDirectmap only to be used by CnvPictographShared.dll.
    45 // (other items were commented in a header).
    46 // -----------------------------------------------------------------------------
    47 //
    48 EXPORT_C const SCnvConversionData& CnvShiftJisDirectmap::ConversionData()
    49     {
    50     return conversionData;
    51     }
    52 
    53 //  End of File