[v8-dev] Re: Issue 2436 in v8: Surrogate pairs are not accepted in regular expression character ranges

2014-11-04 Thread codesite-noreply via v8-dev
Comment #3 on issue 2436 by math...@qiwi.be: Surrogate pairs are not accepted in regular expression character ranges https://code.google.com/p/v8/issues/detail?id=2436 Workaround: write your code in ES6 and make use of the `u` flag for regular expressions. Then transpile it down to equivale

[v8-dev] Re: Issue 2436 in v8: Surrogate pairs are not accepted in regular expression character ranges

2014-11-04 Thread codesite-noreply via v8-dev
Updates: Status: WorkingAsIntended Comment #2 on issue 2436 by dslo...@chromium.org: Surrogate pairs are not accepted in regular expression character ranges https://code.google.com/p/v8/issues/detail?id=2436 (No comment was entered for this change.) -- You received this message becau

[v8-dev] Re: Issue 2436 in v8: Surrogate pairs are not accepted in regular expression character ranges

2013-08-13 Thread codesite-noreply
Comment #1 on issue 2436 by math...@qiwi.be: Surrogate pairs are not accepted in regular expression character ranges http://code.google.com/p/v8/issues/detail?id=2436 Like you said, this is not a V8 bug. IMHO this ticket can be closed. Full Unicode support in regular expressions is scheduled