Chiffon icon indicating copy to clipboard operation
Chiffon copied to clipboard

Doesn't work with unicode Code Point Escape Sequence

Open ghost opened this issue 9 years ago • 1 comments
trafficstars

Tried this on the online demo as well, and can't get it working.

ES6 - unicode Code Point Escape Sequence

\u{714E}\\u{8336}\

and similar. All throws

ghost avatar Nov 17 '16 06:11 ghost

\u{714E}\\u{8336}\

is inclues invalid token \ Is this sample really like followings?

\u{714E}\u{8336}

polygonplanet avatar Nov 28 '16 07:11 polygonplanet