From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: LENNART BORGMAN Newsgroups: gmane.emacs.devel Subject: Problem with national characters in XHTML Date: Wed, 28 Sep 2005 10:29:21 +0200 Message-ID: <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: quoted-printable X-Trace: sea.gmane.org 1127901809 12965 80.91.229.2 (28 Sep 2005 10:03:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Sep 2005 10:03:29 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 28 12:03:28 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EKYln-0007IQ-Mh for ged-emacs-devel@m.gmane.org; Wed, 28 Sep 2005 12:02:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EKYlk-0008P6-O1 for ged-emacs-devel@m.gmane.org; Wed, 28 Sep 2005 06:02:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EKXcd-0005u5-S9 for emacs-devel@gnu.org; Wed, 28 Sep 2005 04:49:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EKXbS-0005p8-FG for emacs-devel@gnu.org; Wed, 28 Sep 2005 04:47:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EKXLr-0004o7-UA for emacs-devel@gnu.org; Wed, 28 Sep 2005 04:31:44 -0400 Original-Received: from [130.235.208.46] (helo=piraten.student.lu.se) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EKXJZ-0002JX-UF for emacs-devel@gnu.org; Wed, 28 Sep 2005 04:29:22 -0400 Original-Received: from net.lu.se (localhost [127.0.0.1]) by piraten.student.lu.se (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0INI00HS5Q8XL6@piraten.student.lu.se> for emacs-devel@gnu.org; Wed, 28 Sep 2005 10:29:21 +0200 (MEST) Original-Received: from [212.209.42.132] by piraten.student.lu.se (mshttpd); Wed, 28 Sep 2005 10:29:21 +0200 Original-To: "emacs-devel@gnu.org" X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.14 (built Mar 18 2003) Content-language: sv Content-disposition: inline X-Accept-Language: sv Priority: normal 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:43312 Archived-At: I have run into a problem with swedish national characters in an XHTML do= cument=2E The header of the document is like this=3A =3C=3Fxml version=3D=221=2E0=22 encoding=3D=22utf-8=22=3F=3E =3C!DOCTYPE HTML PUBLIC =22-//W3C//DTD HTML 4=2E0 Transitional//EN=22 =22http=3A//www=2Ew3=2Eorg/TR/REC-html40/loose=2Edtd=22=3E =3Chtml xmlns=3D=22http=3A//www=2Ew3=2Eorg/1999/xhtml=22 xml=3Alang=3D=22= en=22=3E The swedish character =E4 looks like =5C344 in CVS Emacs (2005-09-23)=2E = It looks ok in Internet Explorer=2C but not in Firefox=2E Looking at the = file with Notepad also shows the swedish characters as expected=2E I would be glad for some hints and pointers! I am using nxml-mode if that= matters here=2E