From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/18137 Path: main.gmane.org!not-for-mail From: Vladimir Volovich Newsgroups: gmane.emacs.gnus.general Subject: Re: washing quoted-printable bug again Date: 25 Oct 1998 10:26:29 +0300 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035156713 4571 80.91.224.250 (20 Oct 2002 23:31:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:31:53 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id CAA18875 for ; Sun, 25 Oct 1998 02:28:19 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id BAB21702; Sun, 25 Oct 1998 01:28:02 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 25 Oct 1998 01:27:51 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id BAA04374 for ; Sun, 25 Oct 1998 01:27:42 -0600 (CST) Original-Received: from cc.vsu.ru (root@ns.vsu.relarn.ru [194.226.24.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id CAA18850 for ; Sun, 25 Oct 1998 02:27:38 -0500 (EST) Original-Received: (from uucp@localhost) by cc.vsu.ru (8.9.1/8.9.1) with UUCP id KAA26521 for ding@gnus.org; Sun, 25 Oct 1998 10:27:18 +0300 Original-Received: (from vvv@localhost) by vvv.vsu.ru (8.8.7/8.8.7) id KAA02602; Sun, 25 Oct 1998 10:26:29 +0300 Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "25 Oct 1998 00:15:05 +0200" Original-Lines: 23 User-Agent: Gnus/5.070039 (Pterodactyl Gnus v0.39) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:18137 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:18137 "LMI" == Lars Magne Ingebrigtsen writes: >> How can i test this to answer your questions? LMI> Look at the mode lines in the buffers. Unibyte buffers have LMI> "-:", while multibyte have "1:" (or some other character before LMI> the colon). Well, i switched to mbox buffer, and it seems to be unibyte: "-:--". The summary and article buffers in nnmbox groups are multibyte: "-R:--". These buffers are broken as in early versions of pgnus: all russian 8-bit characters are displayed as \214<8-bit-char>. It seems that if the C-T-E of the message in russian was Q-P or base64 (i.e. in the original article there were no 8-bit characters `as is'), then this article is displayed correctly; 8-bit subjects in summary buffer also became broken in 0.38 (\214<8-bit-char>) unless they were word-encoded. For nntp newsgroups, buffers are encoded in the same way, but there russian characters are displayed well (as always). However, the bug about which subject says (appearing of \214<8-bit-char> instead of russian characters after washing) is present even in nnpt newsgroups. Best regards, -- Vladimir.