From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/18453 Path: main.gmane.org!not-for-mail From: Vladimir Volovich Newsgroups: gmane.emacs.gnus.general Subject: Re: washing quoted-printable bug again Date: 09 Nov 1998 11:46:37 +0300 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035156975 6250 80.91.224.250 (20 Oct 2002 23:36:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:36:15 +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 EAA25246 for ; Mon, 9 Nov 1998 04:00:31 -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 DAB07674; Mon, 9 Nov 1998 03:00:20 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 09 Nov 1998 03:00:14 -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 DAA18869 for ; Mon, 9 Nov 1998 03:00:04 -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 DAA25229 for ; Mon, 9 Nov 1998 03:58:05 -0500 (EST) Original-Received: (from uucp@localhost) by cc.vsu.ru (8.9.1/8.9.1) with UUCP id LAA15257 for ding@gnus.org; Mon, 9 Nov 1998 11:54:53 +0300 Original-Received: (from vvv@localhost) by vvv.vsu.ru (8.8.7/8.8.7) id LAA03714; Mon, 9 Nov 1998 11:46:38 +0300 Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "29 Oct 1998 11:26:47 +0100" Original-Lines: 15 User-Agent: Gnus/5.070042 (Pterodactyl Gnus v0.42) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:18453 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:18453 Lars Magne Ingebrigtsen writes: > > and buffers are unibyte "-:". But i'm not able to input/see russian > > characters anymore! > > Hm. Isn't koi8-r a unibyte charset encoding? Yes, it is. But with fontset-standard, i get iso-8859-1 characters instead of koi8-r when run in unibyte mode. when i switch to 8-bit koi8-r-encoded font, i get russian letters visible. But i feel that this is not the Right Thing (TM) to do, because e.g. i do not see any multibyte characters. Gnus should run clean in a multibyte mode, shouldn't it? :-) Best regards, VVV.