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:
@@ -107,6 +107,7 @@ namespace UnitTests
|
||||
TEST_CLASS(string)
|
||||
{
|
||||
public:
|
||||
TEST_METHOD(strncpy);
|
||||
TEST_METHOD(sprintf);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user