RESOLVED FIXED 105440
[BlackBerry] RSS reader mangles UTF-8
https://bugs.webkit.org/show_bug.cgi?id=105440
Summary [BlackBerry] RSS reader mangles UTF-8
Cosmin Truta
Reported 2012-12-19 08:38:46 PST
Strange characters appear in the translations of RSS feeds which contain letters that can't be encoded in ASCII. This happens because the UTF-8 text is wrongly interpreted as Latin-1. Example: umlauts don't show up correctly: http://ml.spiegel.de/rss.do?id=politik
Attachments
Patch (4.68 KB, patch)
2012-12-19 08:48 PST, Cosmin Truta
yong.li.webkit: review-
yong.li.webkit: commit-queue-
Patch (4.72 KB, patch)
2012-12-19 09:22 PST, Cosmin Truta
no flags
Patch (4.72 KB, patch)
2012-12-19 10:05 PST, Cosmin Truta
no flags
Cosmin Truta
Comment 1 2012-12-19 08:48:12 PST
Yong Li
Comment 2 2012-12-19 08:55:33 PST
Comment on attachment 180176 [details] Patch Wait. characters8() isn't null terminated. You should use result.assign(...characters8(), html.length()).
Yong Li
Comment 3 2012-12-19 08:56:07 PST
Comment on attachment 180176 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=180176&action=review > Source/WebCore/ChangeLog:7 > + > + Reviewed by NOBODY (OOPS!). > + Reviewed internally by Liam Quinn. Internal PR#?
Cosmin Truta
Comment 4 2012-12-19 09:22:38 PST
Cosmin Truta
Comment 5 2012-12-19 10:05:52 PST
Created attachment 180189 [details] Patch Same as previous patch, but with a blank line removed.
Yong Li
Comment 6 2012-12-19 14:27:27 PST
.
WebKit Review Bot
Comment 7 2012-12-19 21:29:27 PST
Comment on attachment 180189 [details] Patch Clearing flags on attachment: 180189 Committed r138218: <http://trac.webkit.org/changeset/138218>
WebKit Review Bot
Comment 8 2012-12-19 21:29:31 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.