bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#10314: 24.0.92; ietf-drums-parse-address and non-ASCII names


From: Aaron Ecay
Subject: bug#10314: 24.0.92; ietf-drums-parse-address and non-ASCII names
Date: Fri, 13 Jan 2012 03:29:08 -0500
User-agent: Notmuch/0.10.1+56~gd709fd6 (http://notmuchmail.org) Emacs/24.0.92.1 (i386-apple-darwin10.8.0)

On Sat, 07 Jan 2012 02:23:35 +0100, Lars Magne Ingebrigtsen <larsi@gnus.org> 
wrote:
> I'm unable to reproduce this bug:
> 
> (ietf-drums-parse-address "=?utf-8?q?Philipp_=C3=9Cberbacher?= <foo@bar.com>")
> => ("foo@bar.com" . "=?utf-8?q?Philipp_=C3=9Cberbacher?=")
> 
> Do you have a test case?

This would arise in the notmuch email reader, which would decode the
address to UTF-8 before calling this function.  So you can get the
behavior by doing:

(ietf-drums-parse-address "Philipp Überbacher <foo@bar.com>")
; -> ("foo@bar.com" . "Philipp berbacher")

When this happens, there is also a message displayed in the echo area:
“Unknown symbol: Ü”.

Thanks,

-- 
Aaron Ecay





reply via email to

[Prev in Thread] Current Thread [Next in Thread]