Ubuntu下eclispe取CVS中的中文文件名为乱码
解决方法
export LANG=zh_CN.GBK
export LC_ALL=zh_CN.GBK
./eclipse &
进入CVS Repository Exploring 视图,右键选择你的cvs repository,选择properties, 然后在对话框中选择Server Encoding, 更改text file encoding选项
crazy coder
解决方法
export LANG=zh_CN.GBK
export LC_ALL=zh_CN.GBK
./eclipse &
进入CVS Repository Exploring 视图,右键选择你的cvs repository,选择properties, 然后在对话框中选择Server Encoding, 更改text file encoding选项
评论已关闭