- From: <bugzilla@jessica.w3.org>
- Date: Thu, 05 May 2011 06:34:09 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12100 --- Comment #7 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-05-05 06:34:08 UTC --- (In reply to comment #6) > > Are there, in implementation reality, any APIs that don't operate with UTF-16 > code units? At least in Firefox, giving an unpaired surrogate to window.alert() > doesn't throw. It shows an alert with a box that shows the hex for the > surrogate. That's the kind of bug I think we should be trying to fix here. I'll be the first to say it shouldn't be a high priority. But it's the kind of thing that can be fixed as people go through codebases, little fix here, little fix there, until eventually it's all Unicode clean (except the DOM, which is a lost cause, sadly). -- 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, 5 May 2011 06:34:10 UTC