epoc32/include/convgeneratedcpp.h
author William Roberts <williamr@symbian.org>
Tue, 16 Mar 2010 16:12:26 +0000
branchSymbian2
changeset 2 2fe1408b6811
parent 0 061f57f2323e
child 4 837f303aceeb
permissions -rw-r--r--
Final list of Symbian^2 public API header files
     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".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 #if !defined(__CONVGENERATEDCPP_H__)
    17 #define __CONVGENERATEDCPP_H__
    18 
    19 #if !defined(__E32STD_H__)
    20 #include <e32std.h>
    21 #endif
    22 
    23 #if !defined(__CONVDATA_H__)
    24 #include <convdata.h>
    25 #endif
    26 
    27 /** 
    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() 
    31 @publishedAll
    32 @released
    33 */
    34 GLREF_D const SCnvConversionData conversionData;
    35 
    36  
    37 /** 
    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 
    42 set.
    43 
    44 @return The single character which is used to replace unconvertible characters. 
    45 @publishedAll
    46 @released
    47 */
    48 GLREF_C const TDesC8& ReplacementForUnconvertibleUnicodeCharacters_internal();
    49 
    50 #endif