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: Sat, 01 Oct 2005 01:02:31 +0200 Message-ID: <433DC407.1070208@student.lu.se> 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=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1128121753 8602 80.91.229.2 (30 Sep 2005 23:09:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 30 Sep 2005 23:09:13 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 01 01:09:11 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ELTzd-00013A-IE for ged-emacs-devel@m.gmane.org; Sat, 01 Oct 2005 01:08:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ELTzb-0000da-V4 for ged-emacs-devel@m.gmane.org; Fri, 30 Sep 2005 19:08:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ELTy4-0000ON-Bq for emacs-devel@gnu.org; Fri, 30 Sep 2005 19:07:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ELTxy-0000Mb-5V for emacs-devel@gnu.org; Fri, 30 Sep 2005 19:06:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ELTxv-00009Y-5A for emacs-devel@gnu.org; Fri, 30 Sep 2005 19:06:55 -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 1ELTth-0001O4-7T for emacs-devel@gnu.org; Fri, 30 Sep 2005 19:02:33 -0400 Original-Received: from [192.168.123.121] (83.249.200.73) by pne-smtpout2-sn2.hy.skanova.net (7.2.060.1) id 42B94E2901234085; Sat, 1 Oct 2005 01:02:31 +0200 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: Piet van Oostrum In-Reply-To: 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:43408 Archived-At: Piet van Oostrum 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. > > So you mean that at a - what should I call it? - "text semantic level" the utf-8 char and the latin-1 char has the same meaning?