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

@@ -134,7 +134,7 @@ void test_mainoptionsparser(size_t len, const char ** argv, const Space & argume
std::wstring & err_wstr = parser.get_wrong_option();
std::string err_str;
WideToUTF8(err_wstr, err_str);
wide_to_utf8(err_wstr, err_str);
std::string json;
space.serialize_to_json_to(json);