changed utf8 functions: PascalCase to snake_case

This commit is contained in:
2021-05-21 00:24:56 +02:00
parent b574289054
commit 59d4c9a9c8
13 changed files with 161 additions and 163 deletions

View File

@@ -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;
}