From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69853 Path: news.gmane.org!not-for-mail From: asjo@koldfront.dk (Adam =?iso-8859-1?Q?Sj=F8gren?=) Newsgroups: gmane.emacs.gnus.general Subject: Double encoding in ~/Mail/active Date: Sun, 01 Aug 2010 09:55:19 +0200 Organization: koldfront - analysis & revolution, Copenhagen, Denmark Message-ID: <877hkasr6g.fsf@topper.koldfront.dk> References: <87eiej21gd.fsf@topper.koldfront.dk> <878w4qoqe7.fsf@topper.koldfront.dk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1280649435 11903 80.91.229.12 (1 Aug 2010 07:57:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 1 Aug 2010 07:57:15 +0000 (UTC) Cc: Katsumi Yamaoka To: ding@gnus.org Original-X-From: ding-owner+M18240@lists.math.uh.edu Sun Aug 01 09:57:14 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OfTQ0-00087z-4d for ding-account@gmane.org; Sun, 01 Aug 2010 09:57:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1OfTOV-0001YM-L1; Sun, 01 Aug 2010 02:55:39 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1OfTOU-0001YD-3n for ding@lists.math.uh.edu; Sun, 01 Aug 2010 02:55:38 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OfTOP-0006vN-I8 for ding@lists.math.uh.edu; Sun, 01 Aug 2010 02:55:35 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OfTOO-00053z-00 for ; Sun, 01 Aug 2010 09:55:32 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OfTOM-0007k3-Jc for ding@gnus.org; Sun, 01 Aug 2010 09:55:30 +0200 Original-Received: from 2505ds5-by.0.fullrate.dk ([95.166.24.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Aug 2010 09:55:30 +0200 Original-Received: from asjo by 2505ds5-by.0.fullrate.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Aug 2010 09:55:30 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 47 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 2505ds5-by.0.fullrate.dk X-Face: )qY&CseJ?.:=8F#^~GcSA?F=9eu'{KAFfL1C3/A&:nE?PW\i65"ba0NS)97,Q(^@xk}n4Ou rPuR#V8I(J_@~H($[ym:`K_+]*kjvW>xH5jbgLBVFGXY:(#4P>zVBklLbdL&XxL\M)%T}3S/IS9lMJ ^St'=VZBR Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:69853 Archived-At: Ok, I have gotten further with this. After a regenerate on the nnml: server, my nnml:hyskenstræde group is listed like this in ~/Mail/active: $ grep hysken Mail/active | hexdump -C 00000000 68 79 73 6b 65 6e 73 74 72 c3 a6 64 65 20 32 36 |hyskenstr..de 26| 00000010 20 31 20 79 0a | 1 y.| 00000015 $ UTF-8 encoded 'æ'; looks correct. After receiving an email in Gnus, this happens: $ grep hysken Mail/active | hexdump -C 00000000 68 79 73 6b 65 6e 73 74 72 c3 83 c2 a6 64 65 20 |hyskenstr....de | 00000010 32 36 20 31 20 79 0a |26 1 y.| 00000017 $ Double encoding! Everytime I 'g'et new email, I get an extra level of encoding. I.e. two fetches of email later, this is what it looks like: $ grep hysken Mail/active | hexdump -C 00000000 68 79 73 6b 65 6e 73 74 72 c3 83 c2 83 c3 82 c2 |hyskenstr.......| 00000010 83 c3 83 c2 82 c3 82 c2 a6 64 65 20 32 36 20 31 |.........de 26 1| 00000020 20 79 0a | y.| 00000023 $ This is with XEmacs 21.5 (beta29) "garbanzo" bc6a5c7f4128+ and No Gnus v0.11 (latest git). If I revert f24a49038102c4566d5f8ba1ce1ff2156cff6ed5 the double, triple, etc. encoding doesn't happen. It looks like something is amiss with that latest commit? Best regards, Adam -- "We get our thursdays from a banana." Adam Sjøgren asjo@koldfront.dk