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: Re: Problem with national characters in XHTML Date: Wed, 28 Sep 2005 21:12:45 +0200 Message-ID: <433AEB2D.7070906@student.lu.se> References: <14e4cba14e7621.14e762114e4cba@net.lu.se> <433AA30F.8050203@student.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: Quoted-Printable X-Trace: sea.gmane.org 1127935240 31058 80.91.229.2 (28 Sep 2005 19:20:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Sep 2005 19:20:40 +0000 (UTC) Cc: emacs-devel@gnu.org, Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 28 21:20:35 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EKhT6-0003PI-9h for ged-emacs-devel@m.gmane.org; Wed, 28 Sep 2005 21:19:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EKhT5-0001nK-Ll for ged-emacs-devel@m.gmane.org; Wed, 28 Sep 2005 15:19:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EKhRd-0001El-OI for emacs-devel@gnu.org; Wed, 28 Sep 2005 15:18:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EKhRW-0001B7-RW for emacs-devel@gnu.org; Wed, 28 Sep 2005 15:18:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EKhRW-00017u-3l for emacs-devel@gnu.org; Wed, 28 Sep 2005 15:18:14 -0400 Original-Received: from [81.228.8.164] (helo=pne-smtpout2-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EKhMJ-0007mK-Gl for emacs-devel@gnu.org; Wed, 28 Sep 2005 15:12:51 -0400 Original-Received: from [192.168.123.121] (83.249.205.211) by pne-smtpout2-sn2.hy.skanova.net (7.2.060.1) id 42B94E29011B170C; Wed, 28 Sep 2005 21:12:48 +0200 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en In-Reply-To: <433AA30F.8050203@student.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:43338 Archived-At: Lennart Borgman wrote: > Kenichi Handa wrote: > >> Could you please send me the whole file? >> =20 >> > I have attached to test files in XHTML, one user utf-8 in the header=20 > and the other iso-8859-1. Those files tells what is displayed in IE=20 > and Firefox and how the swedish character =E4 was entered (though I=20 > guess some info might be missing for the experts here). > > I find this a bit confusing still. What character is entered by Emacs=20 > when I type =E4 on my swedish keyboard? When I look at the character =E4= =20 > in Emacs with (following-char) it in both test files returns 2276. Is=20 > that what I would expect in the iso-8859-1 test file? (It starts with=20 > ) I have placed the files I attached last time at=20 http://ourcomments.org/Emacs/char/ and added some more comments. I have=20 tried different ways to add the swedish character =E4 and all of them=20 seems to result in a character with value 2276 beeing added. Even C-q 3=20 4 4 RET results in this which surprises me. Should it be that way?