FONTAINE  1.0
Static Public Member Functions | Static Private Attributes
Encoding Class Reference

#include <Encoding.h>

List of all members.

Static Public Member Functions

static UTF32 macRomanToUTF32 (unsigned char idx)
static UTF32 macThaiToUTF32 (unsigned char idx)
static UTF32 macCentralEuropeanToUTF32 (unsigned char idx)

Static Private Attributes

static UTF32 _macRoman [256]
static UTF32 _macThai [256]
static UTF32 _macArabic [256]
static UTF32 _macCentralEuropean [256]

Member Function Documentation

UTF32 Encoding::macCentralEuropeanToUTF32 ( unsigned char  idx)
static

References _macCentralEuropean.

UTF32 Encoding::macRomanToUTF32 ( unsigned char  idx)
static
UTF32 Encoding::macThaiToUTF32 ( unsigned char  idx)
static

References _macThai.


Member Data Documentation

UTF32 Encoding::_macArabic[256]
staticprivate
UTF32 Encoding::_macCentralEuropean
staticprivate
UTF32 Encoding::_macRoman
staticprivate

Referenced by macRomanToUTF32().

UTF32 Encoding::_macThai
staticprivate

Referenced by macThaiToUTF32().


The documentation for this class was generated from the following files: