RESOLVED FIXED 96823
Add 8 bit handling to SpaceSplitString
https://bugs.webkit.org/show_bug.cgi?id=96823
Summary Add 8 bit handling to SpaceSplitString
Michael Saboff
Reported 2012-09-14 13:27:02 PDT
SpaceSplitStringData needs to updated to handle 8 bit strings.
Attachments
Patch (3.31 KB, patch)
2012-09-14 13:34 PDT, Michael Saboff
sam: review+
Michael Saboff
Comment 1 2012-09-14 13:34:55 PDT
Sam Weinig
Comment 2 2012-09-15 09:35:35 PDT
Comment on attachment 164217 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=164217&action=review > Source/WebCore/dom/SpaceSplitString.cpp:44 > + return hasUpper || (ored & ~0x7F); Trailing whitespace.
Michael Saboff
Comment 3 2012-09-15 15:48:09 PDT
Note You need to log in before you can comment on or make changes to this bug.