[charmod-norm] Show ES6 escapes

r12a has just created a new issue for https://github.com/w3c/charmod-norm:

== Show ES6 escapes ==
2.4 Character Escapes
https://w3c.github.io/charmod-norm/#characterEscapes

> In a JavaScript or JSON file, it can appear as \u20ac while in a CSS stylesheet it can appear as \20ac.

->
In a JavaScript or JSON file, it can appear as \u{20AC} or \u20ac while in a CSS stylesheet it can appear as \20ac.

I suggest this as i think it will date charmod-norm less, and because it showcases a format that is particularly useful for i18n discussions, because it shows that supp chars don't have to be represented any more using utf-16 code units.

It may be good to check the rest of the document for js escapes.

Please view or discuss this issue at https://github.com/w3c/charmod-norm/issues/129 using your GitHub account

Received on Wednesday, 18 October 2017 17:30:14 UTC