From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/19323 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: with pgnus 0.55 and 0.56 i'm unable to see text in russian Date: 29 Nov 1998 23:47:20 -0500 Organization: Computer Dept of U Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <2nd865okh3.fsf@zsh.cs.rochester.edu> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035157694 11022 80.91.224.250 (20 Oct 2002 23:48:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:48:14 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id XAA09846 for ; Sun, 29 Nov 1998 23:48:55 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id WAB25397; Sun, 29 Nov 1998 22:48:41 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 29 Nov 1998 22:48:39 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id WAA28897 for ; Sun, 29 Nov 1998 22:48:30 -0600 (CST) Original-Received: from cayuga.cs.rochester.edu (cayuga.cs.rochester.edu [192.5.53.209]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id XAA09819 for ; Sun, 29 Nov 1998 23:48:22 -0500 (EST) Original-Received: from slate.cs.rochester.edu (slate.cs.rochester.edu [192.5.53.101]) by cayuga.cs.rochester.edu (8.6.9/O) with ESMTP id XAA10256 for ; Sun, 29 Nov 1998 23:48:19 -0500 Original-Received: from brain.cs.rochester.edu (heart.cs.rochester.edu [192.5.53.109]) by slate.cs.rochester.edu (8.6.9/O) with ESMTP id XAA17717 for ; Sun, 29 Nov 1998 23:48:10 -0500 Original-Received: (from zsh@localhost) by brain.cs.rochester.edu (8.9.0/8.8.5) id XAA02240; Sun, 29 Nov 1998 23:47:22 -0500 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: Vladimir Volovich's message of "30 Nov 1998 00:17:17 +0300" Original-Lines: 48 User-Agent: Gnus/5.070056 (Pterodactyl Gnus v0.56) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:19323 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:19323 >>>>> "VVV" == Vladimir Volovich writes: VVV> Hi, VVV> as i reported some time before, pgnus 0.55 broke displaying of VVV> articles in russian. 0.54 worked fine. here is what happens: VVV> (1) in nnmbox, russian articles with C-T-E=8bit are displayed Ok VVV> (2) in nnmbox, russian articles with C-T-E=QP are displayed buggy VVV> (\214<8-bit-char>) VVV> (3) in nnmbox, russian multipart/alternative articles which have html VVV> part with C-T-E=QP (which are rendered with w3), are displayed Ok VVV> (i.e. russian characters look fine) except that background color VVV> is only at positions with letters; empty lines and space at the VVV> end of lines is not colored with background color, but this is VVV> another issue. VVV> (4) in nntp newsgroups, i see latin1 instead of koi8-r 8-bit articles VVV> without C-T-E (regardless of setting of mm-default-coding-system VVV> to 'koi8) VVV> Some observations: i tried to debug the function mm-display-inline; VVV> and in pgnus-0.55 the text which finally appears in the *Article* VVV> buffer gets corrupted when the function mm-encode-coding-region is VVV> called (before that, the *Article* buffer already contains russian VVV> text properly encoded, so this is the second encoding which breaks VVV> things). I can not reproduce the bug in Emacs 20.3. I guess the problem is that "quoted-printable-decode-region" runs in a non-"unibyte" buffer. To verify, do the following steps, 1. set breakpoint at quoted-printable-decode-region; 2. select a QP Russian article; 3. run quoted-printable-decode-region by pressing "c" in *Backtrace*; 4. check whether Russian characters are shown in *Article * buffer If true, the bug is "quoted-printable-decode-region" runs in a non-"unibyte" buffer. BTW, what is difference between koi8-r and koi8? In XEmacs, XEmacs 20.4 can not show Russian characters in koi8-r article. -- Shenghuo