changed utf8 functions: PascalCase to snake_case
This commit is contained in:
@@ -942,7 +942,7 @@ std::wstring Space::to_wstr() const
|
||||
|
||||
if( type == type_string )
|
||||
{
|
||||
UTF8ToWide(value.value_string, str);
|
||||
utf8_to_wide(value.value_string, str);
|
||||
return str;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user