LENNART BORGMAN wrote:

 <?xml version="1.0" encoding="utf-8"?>
...
The swedish character ä looks like \344 in CVS Emacs (2005-09-23). It looks ok 
in Internet Explorer, but not in Firefox. Looking at the file with Notepad also 
shows the swedish characters as expected.
Emacs and Firefox are doing the right thing. The byte \344 by itself is not a valid UTF-8 character. Replace it with ä in Emacs, and it should appear correctly.



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

Reply via email to