[dolphin] [Bug 432406] Cannot open file with non-ascii name when LC_ALL is not set
Tusooa Zhu
bugzilla_noreply at kde.org
Thu Feb 4 00:51:20 GMT 2021
https://bugs.kde.org/show_bug.cgi?id=432406
--- Comment #2 from Tusooa Zhu <tusooa at vista.aero> ---
QTextCodec gets the charset from ucnv_getDefaultName() which will return
"US-ASCII" if setlocale(LC_ALL, "") is not called before that.
https://bugreports.qt.io/browse/QTBUG-57522 describes how this case may happen.
And it seems the Qt person refused to fix it. This may be the cause of this
bug.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list