mcy / best

The Best Library: a C++ STL replacement
Apache License 2.0
158 stars 1 forks source link

Start a Unicode library implementation #3

Closed mcy closed 3 months ago

mcy commented 3 months ago

This change adds:

We also added bytes.h, which are convenient wrappers over the mem* functions. We also deleted encoding.h and dropped support for stateful encodings. Non-synchronizing encodings are still supported, but under some more constrained hypotheses.