|
HikoGUI
A low latency retained GUI
|
#include <hikogui/char_maps/char_converter.hpp>
Character encoder/decoder template.
Implementations have to define these optional methods:
read()size()write()read_ascii_chunk16()write_ascii_chunk16()Implementations are required to add the following types:
read_ascii_chunk16() returns a 16 byte register. The implementation of this function must set the high-bit of each non-ASCII character.