FONTAINE  1.0
Static Public Member Functions | Static Private Attributes | List of all members
Encoding Class Reference

#include <Encoding.h>

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

◆ macCentralEuropeanToUTF32()

UTF32 Encoding::macCentralEuropeanToUTF32 ( unsigned char  idx)
static

References _macCentralEuropean.

◆ macRomanToUTF32()

UTF32 Encoding::macRomanToUTF32 ( unsigned char  idx)
static

◆ macThaiToUTF32()

UTF32 Encoding::macThaiToUTF32 ( unsigned char  idx)
static

References _macThai.

Member Data Documentation

◆ _macArabic

UTF32 Encoding::_macArabic[256]
staticprivate

◆ _macCentralEuropean

UTF32 Encoding::_macCentralEuropean
staticprivate

◆ _macRoman

UTF32 Encoding::_macRoman
staticprivate

Referenced by macRomanToUTF32().

◆ _macThai

UTF32 Encoding::_macThai
staticprivate

Referenced by macThaiToUTF32().


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