teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
#include "utf8.h"
Namespaces | |
teditor | |
teditor::Utf8 | |
Functions | |
uint8_t | teditor::Utf8::charLen (char c) |
int | teditor::Utf8::char2unicode (uint32_t *out, const char *c) |
int | teditor::Utf8::unicode2char (char *out, uint32_t c) |
Variables | |
const unsigned char | teditor::Utf8::Length [] |
const unsigned char | teditor::Utf8::Mask [] = {0x7F, 0x1F, 0x0F, 0x07, 0x03, 0x01} |