- From: <bugzilla@farnsworth.w3.org>
- Date: Thu, 01 May 2008 10:50:20 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4956 ------- Comment #10 from nick@cbcl.co.uk 2008-05-01 10:50 ------- Have found another problem The unicode character   (em quad) we are serializing in UTF-8 as the following series of bytes: 0xE2 0x80 0x81 but Andrew's file has this character serialized as: OxE2 0x80 0x3F This can be seen at line 65606 of his file. I believe our serialization is correct, and that his output doesn't represent any valid unicode character.
Received on Thursday, 1 May 2008 10:50:55 UTC