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] [static, private]
UTF32 Encoding::_macRoman [static, private]

Referenced by macRomanToUTF32().

UTF32 Encoding::_macThai [static, private]

Referenced by macThaiToUTF32().


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

Generated on 1 Apr 2010 for FONTAINE by  doxygen 1.6.1