Re: DOMString UTF-16
"Tab Atkins Jr." <[email protected]>
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <CAAWBYDBmh31wX8L3AaNzBZ99qrNQ7FhhvuoiiDgYP=Q2nA5Oxg@mail.gmail.com> |
On Thu, Jan 16, 2014 at 12:08 PM, Bjoern Hoehrmann <[email protected]> wrote: > There are, as an aside, various ways to use UTF-8 > internally while exposing UTF-16-like behavior externally without notab- > ly affecting performance. It is entirely possible some of the major web > browsers will do that at some point. Blink does, for example - it'll store strings internally as 8-bit ASCII when it can. ~TJ