[Webkit-unassigned] [Bug 18769] New: replacing   with spaces using regexp creates inconsistent result

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 27 02:02:57 PDT 2008


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

           Summary: replacing   with spaces using regexp creates
                    inconsistent result
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: admin at neurodna.com


Replacing all ' ' with ' ' in a text using regexp object, replaces the
' '  with extended ascii charecter 160 which is \u0A0.  It should replace
them with ascii 32. 

I think &nbsp is considered as a single character when used with regexp object
which should not be the case.


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