Rambin Posted July 25, 2012 Report Share Posted July 25, 2012 I'm a Chinese speaker, and I need to make µTorrent to download some Chinese-named torrents from RSS.When I add or edit a filter in WebUI, the Chinese characters become unreadable.I checked the codepage and found that the unreadable characters coded with GBK is what I typed in coded with UTF-8.So I read the JavaScript in WebUI.zip, and found that all strings are UTF-8 encoded.Then I captured packages with WireShark and read the HTTP requests, but It's UTF-8 too.I think that µTorrent may treated the characters as GBK when received from WebUI, but not UTF-8 which WebUI submitted.Can this bug be fixed?Sorry for my poor English.====================================我是一名中国的µTorrent用户,我经常需要从RSS订阅中下载中文名称的种子。我使用WebUI添加RSS过滤器时得到了乱码结果。我尝试对乱码字符进行内码比较,发现乱码字符的GBK编码与我想要的内容的UTF-8编码是相同的。于是我查看了WebUI.zip中的相关代码,发现代码中始终使用UTF-8进行编码。接着我使用WireShark截包分析,发现HTTP请求中依然是UTF-8编码。因此我认为µTorrent程序将WebUI提交上来的UTF-8编码的字符串视为GBK进行处理了。这个BUG能够修复么?为我的英语水平表示抱歉,同时希望这里英语水平比较好的朋友能够帮助我用更准确的英语描述我遇到的问题,谢谢。 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.