O
optimistx
Is it true that in order to follow standard, javascript code must be UTF-16?
ECMA-262.pdf, chapter 6:
"ECMAScript source text is represented as a sequence of characters in the
Unicode character encoding, version 2.1 or later, using the UTF-16
transformation format."
If so, should I send js-files from the server in that format instead of
UTF-8, to be a standards obeying citizen?
ECMA-262.pdf, chapter 6:
"ECMAScript source text is represented as a sequence of characters in the
Unicode character encoding, version 2.1 or later, using the UTF-16
transformation format."
If so, should I send js-files from the server in that format instead of
UTF-8, to be a standards obeying citizen?