#include "unicode.h"Functions | |
| int | unicode_utf8len (int lead_byte) |
| Gets the length of a UTF-8 character. | |
| int | unicode_utf8towc (wchar_t *restrict result, const char *restrict string, size_t size) |
| UTF-8 to wide character. | |
Variables | |
| struct { | |
| uint8_t mask | |
| uint8_t val | |
| } | t [4] |
|
|
Gets the length of a UTF-8 character.
|
|
||||||||||||||||
|
UTF-8 to wide character.
|
|
|
|
|
|
|
|
|
|
1.4.1