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

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

    XMLWordPrintable

Details

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

    Description

      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?

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-59094
          # Subject Branch Project Status CR V

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes