From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27492 Path: main.gmane.org!not-for-mail From: wmperry@aventail.com (William M. Perry) Newsgroups: gmane.emacs.gnus.general Subject: Re: w3/Gnus/Emacs 20 charset decoding Date: Wed, 1 Dec 1999 21:58:05 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <199912020258.VAA29151@megalith.bp.aventail.com> References: Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164511 24875 80.91.224.250 (21 Oct 2002 01:41:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:41:51 +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 VAA09207 for ; Wed, 1 Dec 1999 21:57:23 -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 UAB28893; Wed, 1 Dec 1999 20:57:01 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 01 Dec 1999 20:56:42 -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 UAA01536 for ; Wed, 1 Dec 1999 20:56:25 -0600 (CST) Original-Received: from biff.kiva.net (biff.kiva.net [206.97.64.31]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id VAA09189 for ; Wed, 1 Dec 1999 21:56:00 -0500 (EST) Original-Received: (qmail 31737 invoked from network); 2 Dec 1999 02:54:40 -0000 Original-Received: from usrpri2-36.kiva.net (HELO megalith.bp.aventail.com) (206.97.75.101) by biff.kiva.net with SMTP; 2 Dec 1999 02:54:40 -0000 Original-Received: (from wmperry@localhost) by megalith.bp.aventail.com (8.9.3/8.9.3) id VAA29151; Wed, 1 Dec 1999 21:58:05 -0500 Original-To: ding@gnus.org X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 writes: > I've installed Emacs 20.4.93 and w3. w3 seems to reliably make Emacs > dump core (nice to see that Gnus isn't the only package to do that :-), > so I've backed down to Emacs 20.4 instead. Come to the bleeding edge lars! 20.5.92.9 is the way to go! Come see the violence inherent in the new redisplay. :) > Anyway, the problem is with non-ascii characters in web-based groups. It > would be nice if w3 could avoid decoding the characters -- is there a way > to make it do that? That is, some coding-system-for-read in w3 should be > bound to `binary' by Gnus before calling the w3 functions, but which > ones? Heeelp. Since I'm in the midst of revamping Emacs/W3 and URL to use your mm and mailcap code, you tell me. Is there anything I can do to make this easier? The URL package has always just used the 'binary' method. Then the w3 parser and friends use the charsets. I'm actually going to be looking at how Gnus does internationalization, since the way w3 does it sucks. -Bill P.