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.

CCS/EVMK2H: UTF-8 in CCS

Part Number: EVMK2H

Tool/software: Code Composer Studio

I'm using CCS9.3 with file in encode UTF-8. But CCS show it me in CpWindows-1251 by default.

If I open file in Notepad++ (file realy in UTF-8), it's show that encode UTF-8 (see fig. 1). Copy content file and paste into CCS (the text is displayed normally), then save. The file is saved in CpWindows-1251.
Can I fix this problem with by appropriate settings?

CodeDecode.hI set in Windows->Preferences->Editors->Text Editors->Spelling Encoding as Other UTF-8. It is not helped.

  • Hi,

    It indeed seems the Encoding setting you pointed out is not taking any effect. 

    When I try to save a file with a Unicode character, I get the message below: 

    Despite the option you mentioned was being set to UTF-8. 

    However, I found the place where you can actually accomplish what you want: 

    Menu Window → Preferences → General → Workspace

    I tested this here and it worked. Can you test this and see if it works? 

    Regards,

    Rafael

  • It looks like it helped: