sheredom / utf8.h

📚 single header utf8 string functions for C and C++
The Unlicense
1.71k stars 122 forks source link

Do you have plan to support char8_t? #59

Closed yumetodo closed 4 years ago

yumetodo commented 5 years ago

C++ committee decided to introduce char8_t type that assumes holding utf-8 encoded character on C++20. P0482R5: char8_t: A type for UTF-8 characters and strings (Revision 5)

sheredom commented 4 years ago

No - no plans sorry.