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.
用的是CCS10.0的编译环境,将Text file encoding设置为了UTF-8之后用中午写的注释在保存工程后再次打开就变成了乱码,请问有什么比较好的解决方法吗
我测试了一下,直接打开您的工程,部分注释显示的是乱码。
而后我添加了类似下面的这种
char send_buf[150] = {0}; //测试中文乱码问题
Window->Preferences->General->Workspace 面板Text file encoding 选择UTF-8
重新打开工程,还是显示中文,并没有乱码