brandboat / NCKU-LOSP-TEAM1

collect all address information in NCKU
0 stars 1 forks source link

About Encoding #4

Closed brandboat closed 10 years ago

brandboat commented 10 years ago

雖然大家都是在eclipse上打程式,但是還是希望各位程式中盡量減少中文使用量,編碼問題在Linux上還滿嚴重的。

LanKuDot commented 10 years ago

不是中文的問題,是編碼的問題。你在Windows上用的是big5,但是在ubuntu上用的是utf8。 有兩個方法可以解決這樣的問題。第一個是看能不能將eclipse的預設編碼改成utf8,參考這個http://www.wretch.cc/blog/pon24/13729920 ,第二個是在ubuntu上打指令iconv -f big5 -t utf8 [Source file] -o [Converted file]