updated to the new pikotools api: changed utf8 functions PascalCase to snake_case
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2011-2014, Tomasz Sowa
|
||||
* Copyright (c) 2011-2021, Tomasz Sowa
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -189,7 +189,7 @@ return *this;
|
||||
|
||||
SLog & SLog::TranslateText(const char * str)
|
||||
{
|
||||
pt::UTF8ToWide(str, key_temp);
|
||||
pt::utf8_to_wide(str, key_temp);
|
||||
return TranslateText(key_temp.c_str());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user