[Webkit-unassigned] [Bug 34063] New: fail to parse XHTML files with encoding="iso-8859-1"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 24 18:57:54 PST 2010


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

           Summary: fail to parse XHTML files with encoding="iso-8859-1"
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://www.vinc17.net/test/webkit-latin1.html
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vincent at vinc17.org


Created an attachment (id=47303)
 --> (https://bugs.webkit.org/attachment.cgi?id=47303)
testcase

Webkit-based applications (midori, liferea, GtkLauncher) fail to parse XHTML
files with encoding="iso-8859-1".

With the above URL (file also added as an attachment), under Linux (Debian)
with libwebkit 1.1.19, I get:
  This page contains the following errors:
  error on line 2 at column 2: StartTag: invalid element name

and with a similar page (which validates with xmllint), under Mac OS X Tiger
with Liferea and webkit-gtk 1.1.10, I get:
  This page contains the following errors:
  error on line 2 at column 2: Char 0x0 out of allowed range

(though there isn't such a character in the page).

There's no such problem with encoding="utf-8", e.g.
  http://www.vinc17.net/test/webkit-utf8.html

Note that these simplified examples contain only ASCII characters.

Also, I couldn't try with the latest nightly build (23 Jan) on my Mac OS X
machine because it crashes immediately.

-- 
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