Verifying Transcoding Results

The ITranscoder transcoding functions return an enum value that indicates how well the transcoder was able to convert the data to the target character set. The possible values are:

ok The conversion was completed.
partial The source characters were only partially converted.
error The source contained characters that could not be converted.
noconv No conversion was needed.

 



Transcoding Classes