WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 6257
Bug 8043
unicode (\uhhhh) sequences unrecognized in regex
https://bugs.webkit.org/show_bug.cgi?id=8043
Summary
unicode (\uhhhh) sequences unrecognized in regex
rahul abrol
Reported
2006-03-28 16:29:58 PST
alert("ä".match(/\u00e4/)) correctly yields "ä" in firefox and opera, but not in safari/ToT. on the other hand, alert("ä".match(/ä/)) works fine across the board. i didn't see this listed as part of
bug 4885
.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2006-03-28 19:31:03 PST
This is highly related to
bug 7253
and
bug 6257
.
rahul abrol
Comment 2
2006-03-29 07:01:48 PST
geoff's patch from
bug 6257
fixes this, so i'm going to mark as dupe. *** This bug has been marked as a duplicate of
6257
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug