Hello everyone. I've created my first mini-project on C - dutfconv.
It supports utf8, utf16 little endian, utf16 big endian, utf32 little endian and utf32 big endian.
5 messages · Page 1 of 1 (latest)
Hello everyone. I've created my first mini-project on C - dutfconv.
It supports utf8, utf16 little endian, utf16 big endian, utf32 little endian and utf32 big endian.
Nice job. Are you looking for feedback?
btw, uchar.h has the types char32_t and char16_t which would make sense here
also it seems like all structures have a _s suffix to them, is there any meaning behind that?
Thanks, I just posted my work.😁