After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 85510 - Header pane should use newsgroup encoding
Header pane should use newsgroup encoding
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
pre-0.12.0 betas
Other Linux
: Normal enhancement
: 0.12.1
Assigned To: Charles Kerr
Charles Kerr
Depends on:
Blocks: 81181
 
 
Reported: 2002-06-16 22:17 UTC by Carl Hudkins
Modified: 2006-06-18 05:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Carl Hudkins 2002-06-16 22:17:30 UTC
When reading newsgroups for which a default encoding has been specified, 
the header pane should display article subjects using that encoding, if 
no other is specified within the article's own headers.  This way people 
will be able to see their Euro signs, Russian characters, etc. in the 
subject lines -- currently the subject line is not displayed using the 
default (or article) encoding even when article is actually being read.
Comment 1 Christophe Lambin 2002-06-17 11:53:28 UTC
In theory, the articlelist shouldn't need to know what the group's 
default encoding is:  subjects&authors should be 7bit, with 8bit 
characters quote-printable encoded.

(at least, that's my understanding of the rfc's and I've known to be 
wrong on this :))

The problem is that many newsreaders do put 8bit characters in the 
headers.  For these, we could convert them to utf8 using the group's 
charset. Even better would be to use the article's charset (if any), 
but this does mean getting that header while getting the article 
headers (NNTP XHDR command could be used for that).

Comment 2 Christophe Lambin 2002-06-27 23:01:09 UTC
Fixed for 0.12.1.