Allen Wirfs-Brock (2014-02-12T01:31:29.000Z)
On Feb 11, 2014, at 5:11 PM, John Lenz wrote:

> I know this was discussed previously but how did things land (the Nov notes lead me to think it was undecided)?
> Are unicode escapes allowed to form reserved words, or to form identifiers that would otherwise be reserved?
> 
> Thanks,
> John

the current draft is up to date WRT to decisions made at Nov. meeting.

See 
http://people.mozilla.org/~jorendorff/es6-draft.html#sec-identifiers-and-identifier-names 
http://people.mozilla.org/~jorendorff/es6-draft.html#sec-reserved-words 

In summary, escapes can not be used to form identifiers that would otherwise be reserved and unicode escapes can not be used to reserved words.

Allen

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20140211/10a1c0d1/attachment.html>
domenic at domenicdenicola.com (2014-02-18T04:29:00.992Z)
the current draft is up to date WRT to decisions made at Nov. meeting.

See 
http://people.mozilla.org/~jorendorff/es6-draft.html#sec-identifiers-and-identifier-names 
http://people.mozilla.org/~jorendorff/es6-draft.html#sec-reserved-words 

In summary, escapes can not be used to form identifiers that would otherwise be reserved and unicode escapes can not be used to reserved words.