From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: octal escapes with rmail [was: Re: dash.el [was: Re: Imports / inclusion of s.el into Emacs]] Date: Sat, 09 May 2020 16:36:19 +0300 Message-ID: <83blmxfcx8.fsf@gnu.org> References: <83lfm1fj9v.fsf@gnu.org> <878si12rt5.fsf@igel.home> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="17507"; mail-complaints-to="usenet@ciao.gmane.io" Cc: joostkremers@fastmail.fm, schwab@linux-m68k.org, rms@gnu.org, pcr910303@icloud.com, Emacs-devel@gnu.org To: "Alfred M. Szmidt" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat May 09 15:37:10 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jXPfB-0004RC-Cb for ged-emacs-devel@m.gmane-mx.org; Sat, 09 May 2020 15:37:09 +0200 Original-Received: from localhost ([::1]:53166 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jXPf9-0002sd-VA for ged-emacs-devel@m.gmane-mx.org; Sat, 09 May 2020 09:37:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49400) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jXPeg-0002Dd-7O for Emacs-devel@gnu.org; Sat, 09 May 2020 09:36:38 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:52112) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jXPef-0001Fq-FJ; Sat, 09 May 2020 09:36:37 -0400 Original-Received: from [176.228.60.248] (port=3116 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jXPeX-0008Ss-2y; Sat, 09 May 2020 09:36:29 -0400 In-Reply-To: (ams@gnu.org) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:249430 Archived-At: > From: "Alfred M. Szmidt" > Cc: eliz@gnu.org, joostkremers@fastmail.fm, rms@gnu.org, > pcr910303@icloud.com, Emacs-devel@gnu.org > Date: Sat, 09 May 2020 09:20:30 -0400 > > > Thank you for the hint. I'm using rmail (and Emacs 26.3), maybe > > someone who knows rmail here can pitch in why it might be doing > > that or where to look. > > What does (rfc2047-decode-string "=?utf-8?B?7KGw7ISx67mI?=") > > It returns the following (converted to hex, so I don't send raw > garbage): > > 22ec a1b0 ec84 b1eb b988 22 That's wrong, it should be just 3 characters, c870 c131 be48.