textwolf  0.2
Classes | Namespaces
charset_utf8.hpp File Reference

Definition of UTF-8 encoding. More...

#include "textwolf/char.hpp"
#include "textwolf/charset_interface.hpp"
#include "textwolf/exception.hpp"
#include <cstddef>

Go to the source code of this file.

Classes

class  textwolf::charset::UTF8
 character set encoding UTF-8 More...
 
class  textwolf::charset::UTF8::CharLengthTab
 Table that maps the first UTF-8 character byte to the length of the character in bytes. More...
 

Namespaces

 textwolf
 Toplevel namespace of the library.
 
 textwolf::charset
 namespace of character set encoding definitions
 

Detailed Description

Definition of UTF-8 encoding.