Bug 3670

Summary: GW: Add remove and byteOrderMark support to KWQString for kdom
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: New BugsAssignee: Dave Hyatt <hyatt>
Status: VERIFIED FIXED    
Severity: Normal    
Priority: P3    
Version: 412   
Hardware: Mac   
OS: OS X 10.4   
Bug Depends on:    
Bug Blocks: 3250    
Attachments:
Description Flags
Adds remove() and byteOrderMark support to KWQString
darin: review-
Formatting oversights now fixed. darin: review+

Description Eric Seidel (no email) 2005-06-23 02:20:54 PDT
Add remove and byteOrderMark support to KWQString for kdom
Comment 1 Eric Seidel (no email) 2005-06-23 02:26:05 PDT
Created attachment 2574 [details]
Adds remove() and byteOrderMark support to KWQString

I'm not entirely sure about the byteOrderMark stuff, I'm not a unicode
expert... The remove stuff should be just fine.
Comment 2 Eric Seidel (no email) 2005-06-23 02:26:46 PDT
Comment on attachment 2574 [details]
Adds remove() and byteOrderMark support to KWQString

Either way, this code is well tested, and seems to work fine for me ;-)
Comment 3 Darin Adler 2005-06-23 07:08:23 PDT
Comment on attachment 2574 [details]
Adds remove() and byteOrderMark support to KWQString

Formatting is incorrect in the definitions of "remove". There are extra spaces
before the "(" and ")" characters.

Also, there's no need for "this->" in the implenetations of those methods.
Comment 4 Eric Seidel (no email) 2005-06-23 09:18:50 PDT
Created attachment 2588 [details]
Formatting oversights now fixed.
Comment 5 Darin Adler 2005-06-23 09:59:54 PDT
Comment on attachment 2588 [details]
Formatting oversights now fixed.

r=me
Comment 6 Joost de Valk (AlthA) 2005-07-03 08:17:36 PDT
Eric, could you confirm this one (too :) )?