linux使用vi中文乱码的解决办法 在~/.vimrc文件中添加如下两行即:set encoding=utf-8set fileencoding=utf-8因为在secureCRT里面也是 utf-8的。