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

QtQml does not work with non Latin1 path in QML2_IMPORT_PATH variable

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.9.1
    • None
    • Visual Studio 2015, Win 7 SP1

    Description

      "QML2_IMPORT_PATH" and "QT_VIRTUALKEYBOARD_HUNSPELL_DATA_PATH" variables use QString::fromLatin1 after qgetenv call.
      For example, if the path contains cyrillic symbols fromLatin1 return invalid path.

      For "QTWEBENGINEPROCESS_PATH" used QString::frormLocal8Bit
      May be using QString::fromLocal8Bit solve this problem?

      Attachments

        Issue Links

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

          Activity

            People

              kkohne Kai Köhne
              sargtlin Kozlov Ilya
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes