mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
721 B
30 lines
721 B
--- !ditz.rubyforge.org,2008-03-06/issue
|
|
title: implement ES6 unicode string literals
|
|
desc: |-
|
|
https://people.mozilla.org/~jorendorff/es6-draft.html#sec-literals-string-literals
|
|
|
|
Example::
|
|
|
|
\u{1ABCD}
|
|
|
|
The meaning is:
|
|
|
|
The CV of UnicodeEscapeSequence :: u{ HexDigits } is the UTF-16Encoding
|
|
(10.1.1) of the MV of HexDigits.
|
|
|
|
In other words, surrogate pairs.
|
|
type: :feature
|
|
component: duk
|
|
release:
|
|
reporter: Sami Vaarala <sami.vaarala@iki.fi>
|
|
status: :unstarted
|
|
disposition:
|
|
creation_time: 2014-09-08 08:46:03.309311 Z
|
|
references: []
|
|
|
|
id: 86afdb903fc0dedbd4c55306baac546cffa4489e
|
|
log_events:
|
|
- - 2014-09-08 08:46:03.629205 Z
|
|
- Sami Vaarala <sami.vaarala@iki.fi>
|
|
- created
|
|
- ""
|
|
|