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 79275 - some article bodies not displayed in 0.11.90
some article bodies not displayed in 0.11.90
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
pre-0.12.0 betas
Other All
: Normal normal
: 0.12.0
Assigned To: Charles Kerr
Charles Kerr
Depends on:
Blocks:
 
 
Reported: 2002-04-19 21:26 UTC by Charles Kerr
Modified: 2006-06-18 05:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
raw message that doesn't display in 0.11.90 (1.22 KB, text/plain)
2002-04-19 21:29 UTC, Charles Kerr
Details

Description Charles Kerr 2002-04-19 21:26:45 UTC
Frank Van Damme writes at
http://mail.freesoftware.fsf.org/pipermail/pan-users/2002-April/000441.html:

Hello,

I compiled latest cvs pan yesterday... to find out that it doesn't show some 
articles correctly. Have no clue what is causing this, but p.e. the first 
message of the thread 'arch geoptimaliseerde debian' in be.comp.os.linux is 
unreadable (no text shown at all).

Frank
Comment 1 Charles Kerr 2002-04-19 21:29:54 UTC
Created attachment 7820 [details]
raw message that doesn't display in 0.11.90
Comment 2 Charles Kerr 2002-04-19 21:50:05 UTC
The problem seems to be that this article doesn't have a charset
specified, and so Pan is trying to convert from your local charset to
utf-8, which is what gtk2 uses.  This conversion is probably failing
because you have LANG=C or something, because that's why it's failing
for me. ;)

I've added an option to CVS to let users specify a per-group default
charset, so that if an article doesn't have a charset in its
Content-Type header, Pan will fall back to that per-group charset.
This is in the Group|Preferences dialog.

Until a charset is specified, any group's default charset is iso-8859-1.

http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan/pan&command=DIFF_FRAMESET&file=text.c&rev1=1.276&rev2=1.277&root=/cvs/gnome
http://cvs.gnome.org/bonsai/cvsview2.cgi?subdir=pan/pan/base&files=group.c&command=DIRECTORY&branch=&root=/cvs/gnome
http://cvs.gnome.org/bonsai/cvsview2.cgi?subdir=pan/pan/base&files=group.h&command=DIRECTORY&branch=&root=/cvs/gnome
http://cvs.gnome.org/bonsai/cvsview2.cgi?subdir=pan/pan/dialogs&files=dialog-group-props.c&command=DIRECTORY&branch=&root=/cvs/gnome
http://cvs.gnome.org/bonsai/cvsview2.cgi?subdir=pan/pan/base&files=file-grouplist.c&command=DIRECTORY&branch=&root=/cvs/gnome