diff --git a/src/common/rclconfig.cpp b/src/common/rclconfig.cpp index b22b1cb3..c3a3c61b 100644 --- a/src/common/rclconfig.cpp +++ b/src/common/rclconfig.cpp @@ -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",