This commit is contained in:
Nikita Edel 2026-03-08 23:06:52 +01:00
parent 85df07e232
commit 1c4aa32b13

View file

@ -1035,6 +1035,8 @@ std::string wstring_to_utf8 (const std::wstring& str)
result += static_cast<char>(0x80 | (cp & 0x3F));
}
}
return result;
}
uint8_t *mallocAndCreateUTF8ArrayFromString(int iID)