1 Oct 2005 01:02
Re: Problem with national characters in XHTML
Lennart Borgman <lennart.borgman.073 <at> student.lu.se>
2005-09-30 23:02:31 GMT
2005-09-30 23:02:31 GMT
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?

RSS Feed