aquefir / hinterlib

Hinterlib, formerly unilib. A libc surrogate.
BSD 2-Clause "Simplified" License
7 stars 0 forks source link

Consider deprecating char{16,32} #9

Open nicholatian opened 3 years ago

nicholatian commented 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.