string: add recoding from UTF-16 to UTF-32
I know there are system functions for this (and libiconv), but this is so trivial and quick in our implementation.
This commit is contained in:
@@ -26,6 +26,7 @@ int main(int, const char *[])
|
||||
UnitTests::stream::file_stat();
|
||||
UnitTests::stream::open_close();
|
||||
UnitTests::stream::replicator();
|
||||
UnitTests::string::strncpy();
|
||||
UnitTests::string::sprintf();
|
||||
UnitTests::unicode::charset_encoder();
|
||||
UnitTests::unicode::normalize();
|
||||
|
||||
Reference in New Issue
Block a user