Update contrib.
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
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.
29 #ifndef CNVSHIFTJISDIRECTMAP_H
30 #define CNVSHIFTJISDIRECTMAP_H
37 * This class has a conversion data for Vodafone pictograph.
38 * CnvShiftJisDirectmap is only used by ShiftJisForFep.cpl.
42 class CnvShiftJisDirectmap
46 * It returns a conversion data for pictograph.
48 * @return the conversion data
50 IMPORT_C static const SCnvConversionData& ConversionData();
53 #endif // CNVSHIFTJISDIRECTMAP_H