From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88887 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Problem with epg-signature-to-string!? Date: Wed, 11 Dec 2019 10:29:33 -0800 Message-ID: <87mubybtrm.fsf@ericabrahamsen.net> References: <87muc1dufj.fsf@lidells.se> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="245666"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+M37091@lists.math.uh.edu Wed Dec 11 19:30:20 2019 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1if6kd-0011kW-7Q for ding-account@gmane.org; Wed, 11 Dec 2019 19:30:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92.3) (envelope-from ) id 1if6kI-0002X1-5X; Wed, 11 Dec 2019 12:29:58 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1if6kE-0002U8-3m for ding@lists.math.uh.edu; Wed, 11 Dec 2019 12:29:54 -0600 Original-Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1if6kB-00061D-9T for ding@lists.math.uh.edu; Wed, 11 Dec 2019 12:29:53 -0600 Original-Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226] helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1if6k4-0002N1-Ut for ding@gnus.org; Wed, 11 Dec 2019 19:29:47 +0100 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1if6jz-00119J-Gt for ding@gnus.org; Wed, 11 Dec 2019 19:29:39 +0100 X-Injected-Via-Gmane: http://gmane.org/ Cancel-Lock: sha1:OP2k1bmd0+kjcQZdlddqCZgrDBI= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88887 Archived-At: Mats Lidell writes: > Hi, > > After upgrading to latest tip version of emacs 27.0.50 I'm seeing this type of errors with encrypted signatures(!?) > > Debugger entered--Lisp error: (error "Can’t convert the Nth character to unibyte") <-(N depending on which character it can't convert) > string-to-unibyte("Name containing non ascii character ") I saw this reported somewhere else, and my impression is that the problem has been fixed in master (though only very recently). Can you update again?