Closed 18360939479 closed 1 month ago
已解决。2010默认编码方式是GB2312,文本需要转换为UTF_8格式后可进行分词操作。如需控制台显示结果的需要将UTF-8格式再转换到普通string或char类型。方可显示
This issue has not been updated for over 5 years and will be marked as stale. If the issue still exists, please comment or update the issue, otherwise it will be closed after 7 days.
This issue has been automatically closed due to inactivity. If the issue still exists, please reopen it.
我运行的环境是vs2010,前面有个兄弟他是2017编译的会存在中文编码格式不符合问题,但是vs2010中文编码格式就是utf-8,求教