Age | Commit message (Expand) | Author |
---|---|---|
2024-11-03 | Forgot to change this from uint16_t to uin32_tHEADmaster | stderr64 |
2024-11-03 | Use uint32_t instead of uint16_t to support wider range of unicode characters | stderr64 |
2024-11-02 | Use memmove instead of wmemmove because its bytes being copied and not wchars | stderr64 |
2024-11-02 | Fixed incorrect size in memset | stderr64 |
2024-11-02 | Added unicode encoding example in C | stderr64 |