- From: <bugzilla@jessica.w3.org>
- Date: Thu, 29 Jul 2010 07:22:16 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10258
           Summary: Spec should be more careful about UTF-16, UTF-16BE and
                    UTF-16LE
           Product: HTML WG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: hsivonen@iki.fi
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html@w3.org
The BOM sniffing tables say the encoding is UTF-16BE or LE. Those are by
definition BOMless, so the spec should say big-endian UTF-16 and little-endian
UTF-16.
In various places, the are checks if the encoding of something is UTF-16. Those
checks should probably also check for UTF-16BE and UTF-16LE.
-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Thursday, 29 July 2010 07:22:17 UTC