[Knode-devel] [Bug 73577] New: Not all newsgroups use UTF8

liuspider liuspider at yahoo.com
Tue Jan 27 04:54:22 CET 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=73577      
           Summary: Not all newsgroups use UTF8
           Product: knode
           Version: 0.7.2
          Platform: Gentoo Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: knode-devel at kde.org
        ReportedBy: liuspider at yahoo.com


Version:           0.7.2 (using KDE KDE 3.1.5)
Installed from:    Gentoo Packages
Compiler:          gcc 3.2 
OS:          Linux

line 115 in file knnntpclient.cpp (and many other places in the source codes)

name = QString::fromUtf8(line);

assumes all input from nntp is UTF8 encoded, but in China, we do always use other encodings, such as gbk etc.

So I think this should be an option: we can choose which encoding we are using to interpret the nntp inputs.


More information about the Knode-devel mailing list