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 89280 - add 'unicode utf-8' to the list of possible charsets
add 'unicode utf-8' to the list of possible charsets
Status: RESOLVED DUPLICATE of bug 88669
Product: Pan
Classification: Other
Component: general
pre-0.13.0 betas
Other Linux
: Normal enhancement
: ---
Assigned To: Christophe Lambin
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2002-07-28 20:56 UTC by Christian Lohmaier
Modified: 2006-06-18 04:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
diff to add utf-8 to the list of possible charsets, also makes utf-8 the default (1.49 KB, patch)
2002-07-28 22:06 UTC, Christian Lohmaier
none Details | Review

Description Christian Lohmaier 2002-07-28 20:56:31 UTC
Since pan ignores any charset defined when composing a message (see issue
88670) and instead sends utf-8 encoded messages, adding a option to use
'charset=utf-8' would be a temporary workaround for the mentioned bug, as
well as a feature that will gain more and more importance in near future...
This shouldn't be hard to implement either, since pan correctly adds the
selectet charset to the mime-header (it just doesn't convert the message-body)
You may even make utf-8 the default charset.
Comment 1 Christian Lohmaier 2002-07-28 22:06:18 UTC
Created attachment 10103 [details] [review]
diff to add utf-8 to the list of possible charsets, also makes utf-8 the default
Comment 2 Christian Lohmaier 2002-07-28 22:10:43 UTC
Wow, that was easier than I expected :-) - My first patch to a program...
The patch adds the mentioned functionality and also updates the
pan.pot-file (you may probalby run intltool-update yourself?).

I'm not sure if the patch is in the right format or if it has any
side-effects.

Anyway, pan now produces correct postings per default (some peaple may
complain because their news-reader connot handle utf-8, but who cares ;->
Comment 3 Charles Kerr 2002-07-28 22:14:51 UTC
Since Chris is Pan's i18n guru, I'm assigning this to him.

Chris: IMO adding utf-8 to the option menu is a good idea,
but making it the default charset is a mistake because there
may still be newsreaders that don't support it.
Comment 4 Christophe Lambin 2002-07-28 22:24:53 UTC
The i18n Guru (what? :)) says: 
Martin T. already suggested this. Thanks for the patch, though.

*** This bug has been marked as a duplicate of 88669 ***