[Webkit-unassigned] [Bug 76901] New: [Qt] QWebView unable to parse utf-8 html content from resource

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 24 03:56:12 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=76901

           Summary: [Qt] QWebView unable to parse utf-8 html content from
                    resource
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: titta.heikkala at digia.com


Created an attachment (id=123712)
 --> (https://bugs.webkit.org/attachment.cgi?id=123712&action=review)
Example to reproduce the issue

Overview:
QWebView does not parse content from an utf-8 encoded html-file from resources with QtWebkit 2.2 with Qt 4.8. 

Steps to reproduce:
The attached example has two QWebViews. The first one loads utf-8 encoded html-file from resources. The second one loads ascii encoded file.

Actual results:
The first QWebView has the utf-8 encoded html-file unparsed.

Expected result:
The first QWebView should have the utf-8 encoded html-file parsed.

Additional info:
The utf-8 encoded html-file content can be loaded using QUrl::fromLocalFile. ASCII encoded html-file is loaded correctly from resources.
This was working correctly in QtWebKit 2.0 with Qt 4.7.4.

Environment:
Windows, Qt 4.8.0

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list