aliyun / alibabacloud-nls-cpp-sdk

The C++ SDK for Alibaba nature language and speech APIs.
Apache License 2.0
54 stars 30 forks source link

C#接口调用SetOutputFormat无法设置文本 #13

Closed zhanghua003 closed 3 months ago

zhanghua003 commented 1 year ago

st.stPtr.SetOutputFormat(st.stPtr, "EUC-KR"); 通过上述代码设置韩语,显示任然的乱码,SetOutputFormat的参数有对应的字典集吗

season4675 commented 1 year ago

st.stPtr.SetOutputFormat(st.stPtr, "EUC-KR"); 通过上述代码设置韩语,显示任然的乱码,SetOutputFormat的参数有对应的字典集吗

如SetOutputFormat的接口说明,只能设置UTF8和GBK。这是设置返回结果的编码,若发现乱码,可确认下返回结果的编码和系统显示的编码是否符合。