- From: <bugzilla@jessica.w3.org>
- Date: Fri, 03 Jun 2011 22:19:13 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12839 --- Comment #11 from Aryeh Gregor <Simetrical+w3cbug@gmail.com> 2011-06-03 22:19:11 UTC --- What I mean is that in JavaScript and in the DOM, strings are really arrays of 16-bit integers that may or may not be UTF-16, so it doesn't usually make sense to talk about "characters". Everything deals with 16-bit integers, which are usually interpreted as Unicode characters. So the spec needs to be clear about that and not talk about DOMStrings as though they necessarily consist of characters. -- 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 Friday, 3 June 2011 22:19:15 UTC