GNOME Bugzilla – Bug 79275
some article bodies not displayed in 0.11.90
Last modified: 2006-06-18 05:14:17 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
Created attachment 7820 [details] raw message that doesn't display in 0.11.90
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