From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.devel Subject: Re: Problem with national characters in XHTML Date: Wed, 28 Sep 2005 12:22:24 +0200 Organization: disorganized Message-ID: <878xxh8pb3.fsf@robotron.ath.cx> References: <14e4cba14e7621.14e762114e4cba@net.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1127909854 5094 80.91.229.2 (28 Sep 2005 12:17:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Sep 2005 12:17:34 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 28 14:17:26 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EKaqc-0005Rf-G6 for ged-emacs-devel@m.gmane.org; Wed, 28 Sep 2005 14:15:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EKaqa-0006T6-F0 for ged-emacs-devel@m.gmane.org; Wed, 28 Sep 2005 08:15:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EKZPL-0004w0-TM for emacs-devel@gnu.org; Wed, 28 Sep 2005 06:43:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EKZO8-0004b0-G6 for emacs-devel@gnu.org; Wed, 28 Sep 2005 06:42:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EKZNn-0003sw-3b for emacs-devel@gnu.org; Wed, 28 Sep 2005 06:41:51 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1EKZ8I-00045w-Tw for emacs-devel@gnu.org; Wed, 28 Sep 2005 06:25:51 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EKZ6m-0003si-JS for emacs-devel@gnu.org; Wed, 28 Sep 2005 12:24:16 +0200 Original-Received: from e178017231.adsl.alicedsl.de ([85.178.17.231]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Sep 2005 12:24:16 +0200 Original-Received: from david.hansen by e178017231.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Sep 2005 12:24:16 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 16 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e178017231.adsl.alicedsl.de Mail-Copies-To: nobody User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:UQW0DEkQNhsXauttj8YNqiBy4Fw= 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:43321 Archived-At: On Wed, 28 Sep 2005 10:29:21 +0200 LENNART BORGMAN wrote: > I have run into a problem with swedish national characters in > an XHTML document. The header of the document is like this: > > > "http://www.w3.org/TR/REC-html40/loose.dtd"> > > > The swedish character ä looks like \344 in CVS Emacs > (2005-09-23). \344 is a Latin-1 encoded ä not UTF-8. David