Tags:   FAQ All Tags...
  Go Back   0  
 Tracker:  Feature Request or Question  Priority:  Normal  Status:  Closed
 Category:  User interface  Severity:  --  Resolution:  已提供Solution
 Detected Version:  --  Target Version:  --
Description:
你好: 請問, 我用 CB 看 source code 時, 裡面的中文註解會變成亂碼, 這是系統不支援嗎 謝謝 Drinkning
Details:
Submitted Comment
jeffery
Jan 11 2008 10:25
Sorry,目前的solution是將*.c or *.c++ 存成UTF-8(我記得Visual Studio有這個功能,Windows內建的text editor也有),我試過,可以在CB看的到中文註解.
drinking
Jan 11 2008 10:17
那這有比較方便的解決的辦法嗎? 除了要求工程師寫英文註解外 @@, 原廠以後會改嗎? 或者你們有中文化 patch 可以解決這個問題
jeffery
Jan 11 2008 10:02
Yes,這是CB的limitation, CB的default character set 是UTF-8, 所以你必需將你的source code檔案也編碼成UTF-8, 一般在windows底下的text檔都是ANSI格式, ANSI格式中的中文是採用Big5編碼