On 3/31/14 10:01 PM, Keegan McAllister wrote:
Good point.  Even if the DOM is a mix of UTF-8 lazily converted to UCS-2, the 
argument to document.write or the innerHTML setter is a JS string.

Which may itself in the future be some mix of UCS-2 and ascii, or UCS-2 and "evil UTF-8", or just UTF-16, or UTF-8. The JS folks are very interested in trying to move away from pure-UCS-2, for memory reasons...

-Boris
_______________________________________________
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo

Reply via email to