[konsole] [Bug 389940] New: Wrong window and tab titles in a non-UTF8 locale
Lothar
bugzilla_noreply at kde.org
Tue Feb 6 09:53:03 UTC 2018
https://bugs.kde.org/show_bug.cgi?id=389940
Bug ID: 389940
Summary: Wrong window and tab titles in a non-UTF8 locale
Product: konsole
Version: 17.12.1
Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: konsole-devel at kde.org
Reporter: lopa at arcor.de
Target Milestone: ---
In a non-UTF8 locale, diacritical characters in the current directory name are
shown as ? in the window and tab titles. This can be fixed by adding
#include <locale>
setlocale(LC_CTYPE, "");
at the start of kdemain in main.cpp.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list