aMSN中文的另一个解决方法
作者 : Yullin 发布时间 : May 2, 2010 分类 : 技术共享aMSN默认的语言是英文,选择语言为简体中文就会报如下错误。
TK has brought an error, there is a bug in aMSN, please report it by clicking the Report button. You can click Details to see more informations about the bug or click Ignore to continue chatting with aMSN.
解决方法:
编辑/usr/share/amsn/langlist文件。
[code=php123]
<lang>
<langcode>zh-CN</langcode>
<name>Chinese - Simplified (简体中文)</name>
<version>1.2</version>
<encoding>gb18030</encoding>
</lang>
[/code]改为
[code=php123]
<lang>
<langcode>zh-CN</langcode>
<name>Chinese - Simplified (简体中文)</name>
<version>1.2</version>
<encoding>gb2312</encoding>
</lang>
[/code]
上一篇:评论轰炸问题已解决
下一篇:LVS集群的应用介绍
当前暂无评论 »