Gnus development mailing list
 help / color / mirror / Atom feed
* bug in v5.10.2: gnus-group-charset-alist is ignored for some messages
@ 2003-05-03 15:27 Vladimir Volovich
  2003-05-03 16:44 ` bug in v5.10.2: gnus-group-charset-alist is ignored for some Vasily Korytov
  0 siblings, 1 reply; 5+ messages in thread
From: Vladimir Volovich @ 2003-05-03 15:27 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 800 bytes --]

Hi,

i'm using Gnus v5.10.2 from CVS

i have set the default charset for reading messages in
gnus-group-charset-alist to koi8-r instead of iso-8859-1:

(eval-after-load "gnus-sum"
  '(setq gnus-group-charset-alist
     (append (delete '(".*" iso-8859-1) gnus-group-charset-alist)
	'((".*" koi8-r)))))

this works most of the time but fails for some articles.

i've attached the message for which gnus shows iso-8859-1 in the body,
instead of koi8-r. i think that gnus somehow tries to detect the
charset of the message body (and the body contains some character
unencodable in koi8-r which makes it think that this is iso-8859-1),
which it should not do if there's no charset specified in
content-type, and it should use the values specified in
gnus-group-charset-alist (and maybe others).

Best,
v.

[-- Attachment #2: message.gz --]
[-- Type: application/x-gzip, Size: 1521 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread
[parent not found: <b90q8u$7o6$1@quimby.gnus.org>]

end of thread, other threads:[~2003-05-13 17:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-03 15:27 bug in v5.10.2: gnus-group-charset-alist is ignored for some messages Vladimir Volovich
2003-05-03 16:44 ` bug in v5.10.2: gnus-group-charset-alist is ignored for some Vasily Korytov
2003-05-04 12:49   ` Vladimir Volovich
2003-05-04 12:54   ` Vladimir Volovich
     [not found] <b90q8u$7o6$1@quimby.gnus.org>
2003-05-13 17:20 ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).