From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: url-insert-file-contents does not use charset from a http-header Date: Thu, 17 Nov 2005 22:53:23 -0500 Message-ID: <874q6aa9yi.fsf-monnier+emacs@gnu.org> References: <20051113111051.GA7669@h5331.serverkompetenz.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1132286050 31062 80.91.229.2 (18 Nov 2005 03:54:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 18 Nov 2005 03:54:10 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 18 04:53:59 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EcxJk-0005kY-7g for ged-emacs-devel@m.gmane.org; Fri, 18 Nov 2005 04:53:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EcxJj-0006dp-Np for ged-emacs-devel@m.gmane.org; Thu, 17 Nov 2005 22:53:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EcxJY-0006be-PD for emacs-devel@gnu.org; Thu, 17 Nov 2005 22:53:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EcxJX-0006aB-0B for emacs-devel@gnu.org; Thu, 17 Nov 2005 22:53:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EcxJW-0006a3-TW for emacs-devel@gnu.org; Thu, 17 Nov 2005 22:53:26 -0500 Original-Received: from [209.226.175.188] (helo=tomts25-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EcxJX-0007yv-0E for emacs-devel@gnu.org; Thu, 17 Nov 2005 22:53:27 -0500 Original-Received: from alfajor ([67.71.33.38]) by tomts25-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20051118035325.SUQU28424.tomts25-srv.bellnexxia.net@alfajor>; Thu, 17 Nov 2005 22:53:25 -0500 Original-Received: by alfajor (Postfix, from userid 1000) id CE6E8D72BA; Thu, 17 Nov 2005 22:53:23 -0500 (EST) Original-To: Klaus Straubinger In-Reply-To: (Klaus Straubinger's message of "Thu, 17 Nov 2005 13:09:21 +0100 (CET)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-Originating-IP: [0] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:46206 Archived-At: > For me, this leads to strange \201 characters in the buffer where the > insert takes place. I tested it with the URL "http://www.heise.de/" > which specifies the iso-8859-1 charset. It worked correctly for me. Can you give a precise recipe? Stefan