Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
Subject: Re: Broken display of imap groups containing umlauts in group buffer
Date: Thu, 13 Apr 2006 11:32:52 +0200	[thread overview]
Message-ID: <m3wtdtq0qj.fsf@quimbies.gnus.org> (raw)
In-Reply-To: <E1EDOEF-0002Bx-00@quimby.gnus.org>

Martin Monsorno <monsorno@gmx.de> writes:

> The last two folder names are "Entwürfe" and "Gelöscht" on my imap
> account.

I get the same thing with a group with the "ä" character in it.

It seems the culprit is this:

       (let ((gnus-tmp-decoded-group (gnus-group-name-decode
				      gnus-tmp-group group-name-charset)))
	 (eval gnus-group-line-format-spec)))

It adds a \201 to the character for me.  At this point,
`group-name-charset' is `iso-8859-1' and
the group name is "nnml:Kvinnofängelset".

(gnus-group-name-decode "nnml:Kvinnofängelset" 'iso-8859-1)
=> "nnml:Kvinnof\x81ängelset"

Which can't be right.

(I'm getting an awful sense of deja vu here.  Again!)

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




      reply	other threads:[~2006-04-13  9:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-08 15:22 Martin Monsorno
2006-04-13  9:32 ` Lars Magne Ingebrigtsen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3wtdtq0qj.fsf@quimbies.gnus.org \
    --to=larsi@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).