teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
#include <stdint.h>
Go to the source code of this file.
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) |