根据楼上各位兄弟说的,我把系统设置改为默认的utf8,现在一切正常,加载windows分区以后中文文件名也能看到。
另外,我还意外的发现还来有些不能输入中文的软件现在可以输入中文了,我用的是scim,还来freemind 0.81总是不能输入中文,编码改utf8以后,可以直接输入中文了。
如何把整个ubuntu 8.10的中文环境改为gb2312?
-
- 帖子: 225
- 注册时间: 2008-04-08 13:24
-
- 帖子: 225
- 注册时间: 2008-04-08 13:24
Re: 如何把整个ubuntu 8.10的中文环境改为gb2312?
我全新安装了一台8.10,语言支持选择汉语,sudo dpkg-reconfigure locales命令的结果:
执行sudo dpkg-reconfigure --force locales也是同样的结果。
代码: 全选
Generating locales...
en_AU.UTF-8... up-to-date
en_BW.UTF-8... up-to-date
en_CA.UTF-8... up-to-date
en_DK.UTF-8... up-to-date
en_GB.UTF-8... up-to-date
en_HK.UTF-8... up-to-date
en_IE.UTF-8... up-to-date
en_IN.UTF-8... up-to-date
en_NG.UTF-8... up-to-date
en_NZ.UTF-8... up-to-date
en_PH.UTF-8... up-to-date
en_SG.UTF-8... up-to-date
en_US.UTF-8... up-to-date
en_ZA.UTF-8... up-to-date
en_ZW.UTF-8... up-to-date
zh_CN.UTF-8... done
zh_HK.UTF-8... done
zh_SG.UTF-8... done
zh_TW.UTF-8... done
Generation complete.
执行sudo dpkg-reconfigure --force locales也是同样的结果。