Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-59094

System libxml might prevent iso-8859-15 encoded XML from being loaded

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.9.0 Beta 1
    • 5.8.0
    • WebEngine
    • None

      QtWebEngine defaults to using the system's libxml if it's available.

      However, if it's built without ICU support (like on Archlinux, or probably others), it will break with iso-8859-15 encoded XML, like this page or this example:

      <?xml version="1.0" encoding="windows-1251"?>
      <test />
      

      See this relevant Chromium bug.

      Maybe QtWebEngine should default to using Chromium's copy unless configured otherwise?

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            allan.jensen Allan Sandfeld Jensen
            the compiler Florian Bruhin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes