[webkit-reviews] review requested: [Bug 35144] [GTK][Qt] plugins/set-status.html introduced in r54993 fails : [Attachment 54951] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 3 12:15:39 PDT 2010


Robert Hogan <robert at webkit.org> has asked  for review:
Bug 35144: [GTK][Qt] plugins/set-status.html introduced in r54993 fails
https://bugs.webkit.org/show_bug.cgi?id=35144

Attachment 54951: Patch
https://bugs.webkit.org/attachment.cgi?id=54951&action=review

------- Additional Comments from Robert Hogan <robert at webkit.org>
This fixes it - the QString is already UTF-8 encoded so it was converting
\xD090 to \xC390\xC290. \C390 is the D with a pair of horizontal bars through
it.

I'm not sure if this is to be expected or if I'm just working around a bug in
QString::toUtf8().


More information about the webkit-reviews mailing list