changed utf8 functions: PascalCase to snake_case
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user