This commit is contained in:
Jean-Francois Dockes 2016-06-20 15:33:31 +02:00
parent db3b7c9e23
commit 54fdb3433d

View File

@ -212,6 +212,8 @@ RclConfig::RclConfig(const string *argcnf)
o_localecharset = string(cstr_cp1252);
}
#else
// This is quite incorrect, when using the non-unicode (utf16)
// interface, Windows will never use utf-8
o_localecharset = "UTF-8";
#endif
LOGDEB1(("RclConfig::getDefCharset: localecharset [%s]\n",