如题。
程序编译正常,但是英文和数字都可以正常发送和显示;
比如 SciaPrint("Hello,World!"); //可以正常显示
SciaPrint("中华人民共和国!"); //显示乱码
查看编译后的数据,发现编译器在编译数据中填了很多0x00,比如本来编译出来应该是0x80,实际编译出来是0x0080;
有没有哪位遇到过类似问题?多谢!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
如题。
程序编译正常,但是英文和数字都可以正常发送和显示;
比如 SciaPrint("Hello,World!"); //可以正常显示
SciaPrint("中华人民共和国!"); //显示乱码
查看编译后的数据,发现编译器在编译数据中填了很多0x00,比如本来编译出来应该是0x80,实际编译出来是0x0080;
有没有哪位遇到过类似问题?多谢!