25#if defined(__cplusplus)
52#define a_utf_len(str) a_utf_length(str)
54#if defined(__cplusplus)
unsigned int a_utf_encode(void *str, uint32_t val)
encode one unicode code point into UTF-8
size_t a_utf_length(void const *str)
length of a UTF-8 string terminated with a null character
unsigned int a_utf_decode(void const *str, uint32_t *val)
decode one unicode code point from UTF-8
#define a_size
Definition a.h:610
#define a_u32
Definition a.h:490