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

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

bug#38512: 27.0.50; Reading PGP-signed email from people with non-ascii


From: Adam Sjøgren
Subject: bug#38512: 27.0.50; Reading PGP-signed email from people with non-ascii names give error
Date: Mon, 09 Dec 2019 18:08:33 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Robert writes:

> If I remember correctly what Eli taught me the last time this kind of
> discussion came up, this should fix it:
>
> diff --git a/lisp/epg.el b/lisp/epg.el
> index 090317f422..5466716e34 100644
> --- a/lisp/epg.el
> +++ b/lisp/epg.el
> @@ -2032,7 +2032,7 @@ epg-edit-key
>      (epg-reset context)))
>  
>  (defun epg--decode-percent-escape (string)
> -  (setq string (string-to-unibyte string))
> +  (setq string (encode-coding-string string 'raw-text))
>    (let ((index 0))
>      (while (string-match "%\\(\\(%\\)\\|\\([[:xdigit:]][[:xdigit:]]\\)\\)"
>                        string index)
>

I can confirm that this patch fixes the problem I reported.


  Thanks!

   Adam

-- 
 "Vegetarian?? Yecchh! I'm not a vegetarian!                Adam Sjøgren
  I'm a dessertarian."                                 asjo@koldfront.dk





reply via email to

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