src/INICommand.h
branchv_0
changeset 23 b497140b0b63
parent 0 16c7fa9b7c49
--- 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<wchar_t>> convertor; // INI parser works with UTF-8
 public:
 	void process(std::istream& input, std::shared_ptr<writer::RelationalWriter> writer, Configuration& configuration);