Roger Andrews wrote:
Steven Levithan wrote:[snip] * /\u{10}/ eq /u{10}/ (literal u repeated 10 times).A point in favour of \Uxxxxxxxx over \u{x...} as a representation of character escapes? -- to avoid ambiguity in regexps.
No. For backcompat, /\Uxxxxxxxx/ must eq /Uxxxxxxxx/, without some kind of mode-based switching.
-- Steven Levithan _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

