From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Problem with national characters in XHTML Date: Wed, 28 Sep 2005 20:09:47 +0900 Message-ID: References: <14e4cba14e7621.14e762114e4cba@net.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1127911265 9816 80.91.229.2 (28 Sep 2005 12:41:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Sep 2005 12:41:05 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 28 14:40:56 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EKbDH-0003rD-4w for ged-emacs-devel@m.gmane.org; Wed, 28 Sep 2005 14:39:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EKbAM-0005OI-4I for ged-emacs-devel@m.gmane.org; Wed, 28 Sep 2005 08:36:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EKZpP-0004ZW-Kt for emacs-devel@gnu.org; Wed, 28 Sep 2005 07:10:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EKZpB-0004W7-0E for emacs-devel@gnu.org; Wed, 28 Sep 2005 07:10:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EKZox-0003iO-Rt for emacs-devel@gnu.org; Wed, 28 Sep 2005 07:09:55 -0400 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EKZov-0007pk-Q6 for emacs-devel@gnu.org; Wed, 28 Sep 2005 07:09:54 -0400 Original-Received: from nfs.m17n.org (nfs.m17n.org [192.47.44.7]) by tsukuba.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id j8SB9nRU024324; Wed, 28 Sep 2005 20:09:49 +0900 Original-Received: from etlken (etlken.m17n.org [192.47.44.125]) by nfs.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id j8SB9nGY024824; Wed, 28 Sep 2005 20:09:49 +0900 Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1EKZop-0000dG-00; Wed, 28 Sep 2005 20:09:47 +0900 Original-To: LENNART BORGMAN In-reply-to: <14e4cba14e7621.14e762114e4cba@net.lu.se> (message from LENNART BORGMAN on Wed, 28 Sep 2005 10:29:21 +0200) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:43325 Archived-At: In article <14e4cba14e7621.14e762114e4cba@net.lu.se>, LENNART BORGMAN writes: > I have run into a problem with swedish national characters in an XHTML do= cument. The header of the document is like this: > > "http://www.w3.org/TR/REC-html40/loose.dtd"> > > The swedish character =E4 looks like \344 in CVS Emacs (2005-09-23). It l= ooks ok in Internet Explorer, but not in Firefox. Looking at the file with = Notepad also shows the swedish characters as expected. > I would be glad for some hints and pointers! I am using nxml-mode if that= matters here. Could you please send me the whole file? --- Kenichi Handa handa@m17n.org