mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-08 13:02:56 +00:00
typo
This commit is contained in:
parent
85df07e232
commit
1c4aa32b13
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue