From 54fdb3433d2a84053651c6d69e1687c398d262ab Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Mon, 20 Jun 2016 15:33:31 +0200 Subject: [PATCH] comment --- src/common/rclconfig.cpp | 2 ++ 1 file changed, 2 insertions(+) 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",