[Webkit-unassigned] [Bug 14877] Regexp replace halts on unicode char

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 3 14:53:01 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14877


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrowe at apple.com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |NeedsRadar




------- Comment #4 from mrowe at apple.com  2007-08-03 14:53 PDT -------
The issue is probably narrower in scope than the title suggests.  In this
specific example the character class [\s\S] should match any single character
(\s is the set of all whitespace characters, \S is the set of non-whitespace
characters).  For some reason this is not correctly matching LEFTWARDS ARROW.

It would be interesting to know whether other character classes exhibit this
issue, and whether other Unicode characters do too.


-- 
Configure bugmail: http://bugs.webkit.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