UTF8_Latin1_Translator Class Reference

Codeset translation specialization - Manages Byte Order Marker. More...

#include <UTF8_Latin1_Translator.h>


Detailed Description

Codeset translation specialization - Manages Byte Order Marker.

This class performs the codeset translation:

When writing chars, it is possible to raise a DATA_CONVERSION exception because some valid Latin codepoints map to 2-byte utf-8 codepoints.

When reading strings, it is possible to raise a DATA_CONVERSION exception because the string may include utf-8 unicode codepoints > 0x00FF.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines