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

JPEG Description Not UTF

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.11.1
    • 5.2.1, 5.4.1, 5.5.0
    • Image formats
    • None

    Description

      JPEG descriptions loose UTF characters. In qtbase/src/gui/image/jpeghandler.cpp set_text in the last for loop it may better be

      QByteArray comment = it.key().toUtf8();
      comment += it.value().toUtf8();

      instead of

      QByteArray comment = it.key().toLatin1();
      comment += it.value().toLatin1();

      Attachments

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

        Activity

          People

            vgt Eirik Aavitsland
            erdnuess Bastian Erdnuess
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes