Bug 8043

Summary: unicode (\uhhhh) sequences unrecognized in regex
Product: WebKit Reporter: rahul abrol <solushex>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   

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
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.