Location:
convgeneratedcpp.h
Supported from 6.0
Global objects for use in the implementation of the plug-in
interface. conversionData
and
ReplacementForUnconvertibleUnicodeCharacters_internal()
are
declared in convgeneratedcpp.h and are implemented in a file generated by
cnvtool. They can be used in the plug-in DLL's implementations of the three
functions ReplacementForUnconvertibleUnicodeCharacters()
,
ConvertFromUnicode()
and ConvertToUnicode()
.
const TDesC8& ReplacementForUnconvertibleUnicodeCharacters_internal();
Returns the single character (as one or more byte values) which is used by default as the replacement for unconvertible Unicode characters. These byte values are output when converting from Unicode into a foreign character set for each Unicode character that has no equivalent in the foreign character set.
|
const SCnvConversionData conversionData
Contains the conversion data for the foreign character set.
This object can be passed as the first parameter to
CCnvCharacterSetConverter::DoConvertFromUnicode()
or
CCnvCharacterSetConverter::DoConvertToUnicode()