Merge branch 'master' into fix-indent

This commit is contained in:
Kim Kulling
2021-08-10 21:39:13 +02:00
committed by GitHub
188 changed files with 1237 additions and 1205 deletions

View File

@@ -102,7 +102,7 @@ namespace pmx
const unsigned int targetSize = size * 3; // enough to encode
char *targetStart = new char[targetSize];
std::memset(targetStart, 0, targetSize * sizeof(char));
utf8::utf16to8( sourceStart, sourceStart + size/2, targetStart );
std::string result(targetStart);