[Webkit-unassigned] [Bug 8043] New: unicode (\uhhhh) sequences unrecognized in regex
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Tue Mar 28 16:29:59 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=8043
Summary: unicode (\uhhhh) sequences unrecognized in regex
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: JavaScript
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: ra5ul at comcast.net
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.
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list