Update contrib.
2 * Copyright (c) 2002 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 header file defines functions for conversion of pictograph.*
29 #ifndef PICTOGRAPHOBSERVER_H
31 #define PICTOGRAPHOBSERVER_H
37 #include <convutils.h>
59 _LIT(KLitPictographConverterPath, "z:\\system\\libs\\");
60 #ifndef KFeatureIdJapanesePicto
61 #define KFeatureIdJapanesePicto 1079
63 _LIT(KLitPictographConverter, "CnvPictographShared.dll");
73 * It sets parameters to SCharacterSet array.
75 * It called in ConvertFromUnicode().
77 * It makes possible that pictograph conversion is called from other
79 * conversion plug-ins.
83 * @param aArrayOfCharacterSets The conversion table array
87 IMPORT_C void SetCharacterSetsForPictograph(
89 RArray<CnvUtilities::SCharacterSet>& aArrayOfCharacterSets);
95 * It sets parameters to SCharacterSet array.
97 * It called in ConvertFromUnicode().
99 * It makes possible that pictograph conversion is called from other
101 * conversion plug-ins.
105 * @param aArrayOfCharacterSets The conversion table array
107 * @param aOriginalCharset The character set
111 IMPORT_C void SetCharacterSetsForPictograph(
113 RArray<CnvUtilities::SCharacterSet>& aArrayOfCharacterSets,
115 TOriginalCharset aOriginalCharset);
121 * It sets parameters to SMethod array.
123 * It called in ConvertToUnicode().
125 * It makes possible that pictograph conversion is called from other
127 * conversion plug-ins.
131 * @param aArrayOfMethods The conversion table array
133 * @param aOriginalCharset The character set
137 IMPORT_C void SetMethodsForPictograph(
139 RArray<CnvUtilities::SMethod>& aArrayOfMethods, TOriginalCharset aOriginalCharset);
145 * It sets parameters to SState array.
147 * It called in ConvertToUnicode().
149 * It makes possible that pictograph conversion is called from other
151 * conversion plug-ins.
155 * @param aArrayOfMethods The conversion table array
159 IMPORT_C void SetStatesForPictograph(RArray<CnvUtilities::SState>& aArrayOfStates);
163 #endif // PICTOGRAPHOBSERVER_H