程式碼中可能會有助解寫中文,
更誇張的有可能把function的名字寫寫成中文,
C#我有看過, Java應該會顯示成亂碼,
這個時候我們要檢查哪些地方呢??
若原始碼用Ultraedit或記事本開啟來中文是正常顯示
請試著修改幾個方向:
1.File -> Properties > Resource >> Text file encoding >> 選Inherited from container(UTF-8)
2.File -> Properties > Reosurce >> New text file line delimiter >> 選Other:選Unix
3.Windows -> Preferences >> Workspace >> Text file encoding >> 選Other:選UTF-8
4.Windows -> Preferences >> Workspace >> New text file line delimiter >> 選Default
另外請確認下該檔案存檔的編碼是unicode還是UTF-8.
都一樣應該就沒有問題了.