From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Piet van Oostrum Newsgroups: gmane.emacs.devel Subject: Re: Problem with national characters in XHTML Date: Sat, 01 Oct 2005 00:15:20 +0200 Message-ID: References: <14e4cba14e7621.14e762114e4cba@net.lu.se> <433AA30F.8050203@student.lu.se> <433AEB2D.7070906@student.lu.se> <20050929084322.GA16219@www.trapp.net> <433BF3FF.1070602@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1128120073 5171 80.91.229.2 (30 Sep 2005 22:41:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 30 Sep 2005 22:41:13 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 01 00:41:08 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ELTYt-0002r8-GA for ged-emacs-devel@m.gmane.org; Sat, 01 Oct 2005 00:41:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ELTYt-0001fz-15 for ged-emacs-devel@m.gmane.org; Fri, 30 Sep 2005 18:41:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ELTYe-0001ee-Cc for emacs-devel@gnu.org; Fri, 30 Sep 2005 18:40:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ELTYc-0001eR-V5 for emacs-devel@gnu.org; Fri, 30 Sep 2005 18:40:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ELTTz-0000Qq-BY for emacs-devel@gnu.org; Fri, 30 Sep 2005 18:35:59 -0400 Original-Received: from [195.121.6.54] (helo=smtp15.wxs.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ELTA4-0007S1-DE for emacs-devel@gnu.org; Fri, 30 Sep 2005 18:15:24 -0400 Original-Received: from ohana.lan ([84.87.48.80]) by smtp15.wxs.nl (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0INN006TZHTMI3@smtp15.wxs.nl> for emacs-devel@gnu.org; Sat, 01 Oct 2005 00:15:22 +0200 (CEST) In-reply-to: <433BF3FF.1070602@student.lu.se> Original-To: emacs-devel@gnu.org X-Mailer: emacs 22.0.50.3 (via feedmail 8 I) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) 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:43407 Archived-At: >>>>> Lennart Borgman (LB) wrote: >LB> Evaling (unify-8859-on-decoding-mode 1) does not change the behaviour of >LB> C-q 3 4 4 RET. It still enters a character that (following-char) reports as >LB> 2276 (04344, 0x8e4) That is just the internal representation of the character in Emacs. It's not important. What matters is what Emacs writes to your file. When you write out utf-8 (for example by giving the command (set-buffer-file-coding-system 'utf-8) it will write out C3 A4, whereas if you use (set-buffer-file-coding-system 'latin-1) it will write out E4. -- Piet van Oostrum URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C4] Private email: piet@vanoostrum.org