Tool/software: Code Composer Studio
When I was using CCS, my Chinese comments turned out to be gibberish. How should I change this?
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.
Tool/software: Code Composer Studio
When I was using CCS, my Chinese comments turned out to be gibberish. How should I change this?
Try changing the text encoding in the preferences. It is supposed to detect what your system is using and select that automatically. However if you go to Window ->Preferences. Then go to workspace in the tree on the left there will be an option to select the text encoding on the right. Try some o fthe other options like GBK or UTF-16
Regards,
John
UTF-16 allows me to paste in chinese characters.
For the file where you see the issue if you go to the file menu in CCS and select properties what does it show here at the bottom:
What you see looks like the issue in this thread but that was resolved by changing the encoding:
https://stackoverflow.com/questions/37517172/display-chinese-comment-in-eclipse-editor
Regards,
John