Open nicholatian opened 3 years ago
I am not sure whether these should be deprecated. char16 is unused AFAIK, while char32 is used for UCS-4/UTF-32 codepoints in the utf8.h submodule of uni_str. A u32 would be more appropriate, but this should be discussed. Also see neopolitan#3.
char16
char32
utf8.h
uni_str
u32
neopolitan#3
I am not sure whether these should be deprecated.
char16
is unused AFAIK, whilechar32
is used for UCS-4/UTF-32 codepoints in theutf8.h
submodule ofuni_str
. Au32
would be more appropriate, but this should be discussed. Also seeneopolitan#3
.