未验证 提交 089b7740 编写于 作者: wafwerar's avatar wafwerar 提交者: GitHub

[TD-12848]<fix>(other): win charset utf-8 error (#9712)

上级 857b363a
......@@ -120,7 +120,7 @@ static void taosGetSystemLocale() {
SGlobalCfg *cfg_charset = taosGetConfigOption("charset");
if (cfg_charset && cfg_charset->cfgStatus < TAOS_CFG_CSTATUS_DEFAULT) {
strcpy(tsCharset, "cp936");
strcpy(tsCharset, "UTF-8");
cfg_charset->cfgStatus = TAOS_CFG_CSTATUS_DEFAULT;
uInfo("charset not configured, set to default:%s", tsCharset);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册