- 
    Bug 
- 
    Resolution: Unresolved
- 
    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?
- depends on
- 
                    QTBUG-41006 Need wide-character version of qgetenv() (qwgetenv?) -         
- Closed
 
-         
| For Gerrit Dashboard: QTBUG-62328 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 165510,3 | Use the qEnvironmentVariable function from QtCore | 5.10 | qt/qtdeclarative | Status: MERGED | +2 | 0 | 
| 229920,5 | Fix encoding of path environment variables | 5.11 | qt/qtvirtualkeyboard | Status: MERGED | +2 | 0 |