updated to the new pikotools api: changed utf8 functions PascalCase to snake_case
This commit is contained in:
@@ -262,7 +262,7 @@ return len;
|
||||
void ExportThread::Convert(const std::wstring & in, std::string & out, bool clear)
|
||||
{
|
||||
Lock();
|
||||
pt::WideToUTF8(in, out, clear);
|
||||
pt::wide_to_utf8(in, out, clear);
|
||||
Unlock();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user