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

JPEG Description Not UTF

XMLWordPrintable

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

      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();

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes