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-de...@kde.org Reporter: l...@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 watching all bug changes.