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?


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to