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:
2024-09-27 14:11:11 +02:00
parent da11495282
commit 5675f8b139
5 changed files with 70 additions and 1 deletions

View File

@@ -107,6 +107,7 @@ namespace UnitTests
TEST_CLASS(string)
{
public:
TEST_METHOD(strncpy);
TEST_METHOD(sprintf);
};