Comment on Base65536 encodingparentComments−sratner9yJavascript strings are UTF-16 (or maybe it was UCS-2?)−duskwuff9yJavascript strings behave like UCS-2, but they can be stored in memory however the interpreter likes, and they're typically written to disk or the network as UTF-8.
Comments
Javascript strings are UTF-16 (or maybe it was UCS-2?)
Javascript strings behave like UCS-2, but they can be stored in memory however the interpreter likes, and they're typically written to disk or the network as UTF-8.