textwolf  0.2
Classes
textwolf::charset Namespace Reference

namespace of character set encoding definitions More...

Classes

class  Encoder
 Collection of functions for encode/decode XML character entities. More...
 
class  Interface
 This interface has to be implemented for a character set encoding. More...
 
class  ByteOrder
 Order of bytes for wide char character sets. More...
 
class  IsoLatin
 Character set IsoLatin-1,..IsoLatin-9 (ISO-8859-1,...ISO-8859-9) More...
 
class  UCS2
 Character set UCS-2 (little/big endian) More...
 
class  UCS4
 Character set UCS-4 (little/big endian) More...
 
class  UCS2LE
 UCS-2 little endian character set encoding. More...
 
class  UCS2BE
 UCS-2 big endian character set encoding. More...
 
class  UCS4LE
 UCS-4 little endian character set encoding. More...
 
class  UCS4BE
 UCS-4 big endian character set encoding. More...
 
class  UTF16
 Character set UTF16 (little/big endian) More...
 
class  UTF16LE
 UTF-16 little endian character set encoding. More...
 
class  UTF16BE
 UTF-16 big endian character set encoding. More...
 
class  UTF8
 character set encoding UTF-8 More...
 
class  IsoLatinCodePage
 IsoLatin code page. More...
 

Detailed Description

namespace of character set encoding definitions