Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-01 | Remove dependency on signed integer representation | Michael Forney | |
2021-10-20 | utf: Change argument order | Michael Forney | |
Also, make utf8dec take unsigned char * to avoid overflow when converting to signed char. | |||
2021-08-15 | utf: Use C99 types for UTF-16/32 character instead of C11 char16_t/char32_t | Michael Forney | |
Some operating systems do not support uchar.h, and glibc only defines char16_t/char32_t for GNU C compilers. | |||
2021-07-06 | Add functions for encoding/decoding UTF-8/16 | Michael Forney | |
These will be needed to implement wide string literals. |