From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#33612: Gnus =?UTF-8?Q?doesn=E2=80=99t?= display EBCDIC encoded mails correctly Date: Sat, 22 Jun 2019 15:14:32 +0200 Message-ID: References: <87sgzdtbi6.fsf@igel.home> <83zhtl87rj.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="258668"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Andreas Schwab , 33612@debbugs.gnu.org, qsx@chaotikum.eu To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jun 22 15:15:11 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hefrL-00159Q-5V for geb-bug-gnu-emacs@m.gmane.org; Sat, 22 Jun 2019 15:15:11 +0200 Original-Received: from localhost ([::1]:40738 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hefrJ-0008DR-GG for geb-bug-gnu-emacs@m.gmane.org; Sat, 22 Jun 2019 09:15:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41401) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hefrD-0008Co-RJ for bug-gnu-emacs@gnu.org; Sat, 22 Jun 2019 09:15:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hefrC-0003S2-Nt for bug-gnu-emacs@gnu.org; Sat, 22 Jun 2019 09:15:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:37701) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hefrC-0003Rv-KX for bug-gnu-emacs@gnu.org; Sat, 22 Jun 2019 09:15:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hefrC-0006WY-Eb; Sat, 22 Jun 2019 09:15:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, bugs@gnus.org Resent-Date: Sat, 22 Jun 2019 13:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33612 X-GNU-PR-Package: emacs,gnus Original-Received: via spool by 33612-submit@debbugs.gnu.org id=B33612.156120928225031 (code B ref 33612); Sat, 22 Jun 2019 13:15:02 +0000 Original-Received: (at 33612) by debbugs.gnu.org; 22 Jun 2019 13:14:42 +0000 Original-Received: from localhost ([127.0.0.1]:51242 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hefqr-0006Ve-UE for submit@debbugs.gnu.org; Sat, 22 Jun 2019 09:14:42 -0400 Original-Received: from quimby.gnus.org ([80.91.231.51]:40018) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hefqm-0006VN-TW for 33612@debbugs.gnu.org; Sat, 22 Jun 2019 09:14:40 -0400 Original-Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=stories) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hefqj-0006EE-4g; Sat, 22 Jun 2019 15:14:35 +0200 In-Reply-To: <83zhtl87rj.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 04 Dec 2018 20:30:08 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:161014 Archived-At: Eli Zaretskii writes: >> From: Andreas Schwab >> Date: Tue, 04 Dec 2018 19:03:45 +0100 >> Cc: 33612@debbugs.gnu.org >> >> On Dez 04 2018, Thomas Schneider wrote: >> >> > So while the decoding routines work fine on more common charsets like >> > UTF-8 and ISO 8859-1, they fail on EBCDIC. Not something likely to be >> > encountered in real life, but still. >> >> Looks like Emacs doesn't know about IBM038 aka EBCDIC-INT. Other EBCDIC >> encodings should work, though. > > Right, I just added IBM038 on master. And I used the test case posted here, and Gnus indeed now displays this message correctly. :-) So I'm closing the bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no