yuikns / libqq-pidgin

Automatically exported from code.google.com/p/libqq-pidgin
0 stars 0 forks source link

accounts.xml错误引起帐号信息无法保存。 #177

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
QQ用户名中可以使用特殊字符,可能通过在QQ的早期版本中或�
��通过其它特殊工具设置。
生成的accounts.xml如下
<account version='1.0'> 
    <account> 
        <protocol>prpl-qq</protocol> 
        <name>123456</name> 
        <alias>&#x1;&#x1;   名字</alias> 
        <statuses> 
当退出pidgin,再次进入时,accounts.xml中<alias>这一行就会解析错
误,进入重新配置帐号状态。

Original issue reported on code.google.com by recover...@gmail.com on 27 Jul 2011 at 1:21

GoogleCodeExporter commented 9 years ago
<alias>   名字</alias> 
实际上名字中有ascii码 1,
当好友列表按名称排序时,这样的昵称会排在最前面。

Original comment by recover...@gmail.com on 27 Jul 2011 at 1:26