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: CCS V8.3.1.00004 (MAC OS) Language Support Problem

Tool/software: Code Composer Studio

How to install Language Package for CCS MacOS ?

My Project was no GBK encoding Package to support Display Chinese comment.

In Preference -> General -> Workspace -> Text file encoding[Default(UTF-8],Other:[options:],No GBK selection can be choose.

  • Simon,

    UTF-8 supports Chinese characters.  

    You can double check the encoding of the file itself by right clicking on it in the project explorer and selecting properties.  In general it inherits the encoding for the workspace but it is possible to specify it by file.

    Regards,

    John

  • Thanks John

    I know the UTF-8 can support chinese char, But if i copy the project from other OS which they use the GBK encoding edit, now it can't display in right way.

    you can try it, haha~!

  • Simon,

    I did some research on this and GBK encoding is not supported in Eclipse on Linux or Mac.  For me I don't even see GBK as an encoding option on Windows with CCS/Eclipse.  I see Cp1252, ISO-8859-1, US-ASCII, UTF-16, UTF-16BE, UTF-16LE and UTF-8.  Maybe that is because I am not a machine with Chinese language support installed?

    If you want to share files across Windows, Linux and Mac you will need to ensure that the encoding is set to UTF-8 on all platforms.

    Regards,

    John

  • John,

    Yes, I already sent this request to my workmate~.

    Thank you so much.