1 // Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #if !defined(__CONVGENERATEDCPP_H__)
17 #define __CONVGENERATEDCPP_H__
19 #if !defined(__E32STD_H__)
23 #if !defined(__CONVDATA_H__)
28 Contains the conversion data for the foreign character set. This object can
29 be passed as the first parameter to CCnvCharacterSetConverter::DoConvertFromUnicode()
30 or CCnvCharacterSetConverter::DoConvertToUnicode()
34 GLREF_D const SCnvConversionData conversionData;
38 Returns the single character (as one or more byte values) which is used by
39 default as the replacement for unconvertible Unicode characters. These byte
40 values are output when converting from Unicode into a foreign character set
41 for each Unicode character that has no equivalent in the foreign character
44 @return The single character which is used to replace unconvertible characters.
48 GLREF_C const TDesC8& ReplacementForUnconvertibleUnicodeCharacters_internal();