From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27545 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Charset problems in nnweb Date: 02 Dec 1999 11:26:02 -0500 Organization: U of Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <2nso1l2tt1.fsf@tiger.jia.vnet> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035164553 25127 80.91.224.250 (21 Oct 2002 01:42:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:42:33 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA11546 for ; Thu, 2 Dec 1999 11:28:35 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id KAB05515; Thu, 2 Dec 1999 10:27:53 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 02 Dec 1999 10:28:05 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id KAA11937 for ; Thu, 2 Dec 1999 10:27:53 -0600 (CST) Original-Received: from mailhop1.nyroc.rr.com (localmail1-0.nyroc.rr.com [24.92.226.120]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA11537 for ; Thu, 2 Dec 1999 11:27:29 -0500 (EST) Original-Received: from mailout1.nyroc.rr.com ([10.92.226.81]) by mailhop1.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com for ; Thu, 2 Dec 1999 11:25:39 -0500 Original-Received: from heart.cs.rochester.edu ([24.24.58.252]) by mailout1.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com for ; Thu, 2 Dec 1999 11:25:25 -0500 Original-Received: (from zsh@localhost) by heart.cs.rochester.edu (8.9.3/8.9.3) id LAA09180; Thu, 2 Dec 1999 11:26:02 -0500 X-Authentication-Warning: tiger.jia.vnet: zsh set sender to zsh@cs.rochester.edu using -f 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: Lars Magne Ingebrigtsen's message of "02 Dec 1999 07:58:11 +0100" Original-Lines: 30 User-Agent: Gnus/5.08 (Gnus v5.8.0) XEmacs/21.2 (Shinjuku) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27545 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27545 >>>>> "LMI" == Lars Magne Ingebrigtsen writes: LMI> Try searching for something that will give you one of Kai's LMI> articles. (Like, anything to do with Gnus. :-) His "ß" is LMI> \201'd both in the summary buffer and in the article buffer. LMI> I've fiddled back and forth with the functions quite a but, but I LMI> just can't make it come out right -- without double decoding in LMI> Emacs 20.4. Fixed. :-) It is because *nntp* is a multibyte buffer. (See `insert') I only set it to unibyte buffer temporarily, since I believe other backends need the multibyte feature, such as nndraft. '\xxx' may still exist because of non-latin-iso8859-1 characters. Anyway, use `0 g' to show it with the correct charset in article buffer. Another problem is malformed page, such as searching "Stefan Monnier" in dejanews. LMI> And I'm going to bed now, and if this isn't fixed by the time I LMI> get up again, I'll... I'll... look at it some more. Have a sound sleep. -- Shenghuo