>>>>> Lennart Borgman <[EMAIL PROTECTED]> (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 <[EMAIL PROTECTED]> URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C4] Private email: [EMAIL PROTECTED] _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel