emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with national characters in XHTML


From: Piet van Oostrum
Subject: Re: Problem with national characters in XHTML
Date: Sat, 01 Oct 2005 00:15:20 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

>>>>> Lennart Borgman <address@hidden> (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 <address@hidden>
URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C4]
Private email: address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]