diff -r 29d673a54ecf -r b497140b0b63 src/INICommand.h --- a/src/INICommand.h Thu Nov 26 18:52:49 2020 +0100 +++ b/src/INICommand.h Fri Nov 27 16:29:12 2020 +0100 @@ -30,6 +30,8 @@ namespace ini { class INICommand { +private: + wstring_convert < codecvt_utf8> convertor; // INI parser works with UTF-8 public: void process(std::istream& input, std::shared_ptr writer, Configuration& configuration);