- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 31 Jul 2006 20:22:09 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3550 ------- Comment #1 from mike@saxonica.com 2006-07-31 20:22 ------- I think you have displayed the file (and copied text from it) using a text editor that wasn't configured to read UTF-8. If you look at the file in hex, I think you will see that the relevant bytes are xC3A4, which I think is the correct UTF-8 representation of lower-case-a-with-umlaut, codepoint E4. 00E4 = 00000000 11100100 => 11000011 10100100 = C3A4 Michael Kay
Received on Monday, 31 July 2006 20:22:21 UTC