From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Problem with national characters in XHTML Date: Wed, 28 Sep 2005 11:19:52 +0100 Message-ID: <433A6E48.5030006@gnu.org> References: <14e4cba14e7621.14e762114e4cba@net.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1127908133 31911 80.91.229.2 (28 Sep 2005 11:48:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Sep 2005 11:48:53 +0000 (UTC) Cc: "emacs-devel@gnu.org" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 28 13:48:48 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EKaPP-0006sE-Tp for ged-emacs-devel@m.gmane.org; Wed, 28 Sep 2005 13:47:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EKaPP-0008EG-1P for ged-emacs-devel@m.gmane.org; Wed, 28 Sep 2005 07:47:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EKZ4Q-0006Nb-M9 for emacs-devel@gnu.org; Wed, 28 Sep 2005 06:21:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EKZ4L-0006JP-7n for emacs-devel@gnu.org; Wed, 28 Sep 2005 06:21:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EKZ4J-0006Hl-1D for emacs-devel@gnu.org; Wed, 28 Sep 2005 06:21:43 -0400 Original-Received: from [217.207.198.106] (helo=exchange.integrasp.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EKZ2u-0003Nn-F9 for emacs-devel@gnu.org; Wed, 28 Sep 2005 06:20:16 -0400 Original-Received: from ASSP-nospam (localhost [127.0.0.1]) by exchange.integrasp.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id RFBH8PXK; Wed, 28 Sep 2005 11:16:09 +0100 Original-Received: from 192.168.111.63 ([192.168.111.63] helo=[192.168.111.63]) by ASSP-nospam ; 28 Sep 05 10:16:09 -0000 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: LENNART BORGMAN In-Reply-To: <14e4cba14e7621.14e762114e4cba@net.lu.se> 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:43319 Archived-At: LENNART BORGMAN wrote: > >... >The swedish character ä looks like \344 in CVS Emacs (2005-09-23). It looks ok in Internet Explorer, but not in Firefox. Looking at the file with Notepad also shows the swedish characters as expected. > > Emacs and Firefox are doing the right thing. The byte \344 by itself is not a valid UTF-8 character. Replace it with ä in Emacs, and it should appear correctly.