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

QtQml does not work with non Latin1 path in QML2_IMPORT_PATH variable

XMLWordPrintable

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

      "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?

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

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

              Created:
              Updated:

                There are no open Gerrit changes