aMSN中文的另一个解决方法
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]Posted in : 技术共享by : YullinMay 2, 20100 CommentsTag : linux, aMSN