jansson_d.utf

Members

Functions

utf8_check_first
size_t utf8_check_first(char byte_)
Undocumented in source.
utf8_check_full
bool utf8_check_full(char* buffer, size_t size, int* codepoint)
Undocumented in source.
utf8_check_string
int utf8_check_string(char* string_, size_t length_)
Undocumented in source.
utf8_encode
int utf8_encode(int codepoint, char* buffer, size_t* size)
Undocumented in source.
utf8_iterate
const(char)* utf8_iterate(const(char)* buffer, size_t bufsize, int* codepoint)
Undocumented in source.

Meta