[konsole] [Bug 376669] window title doesn't show utf-8 folders
Egmont Koblinger
bugzilla_noreply at kde.org
Mon Feb 20 11:40:02 UTC 2017
https://bugs.kde.org/show_bug.cgi?id=376669
Egmont Koblinger <egmont at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |egmont at gmail.com
--- Comment #4 from Egmont Koblinger <egmont at gmail.com> ---
Just wondering, could it be that your konsole itself is running with an 8-bit
locale (e.g. "C", "en_US" or "hu_HU") and the UTF-8 locale is set only for the
shell inside?
Could you please verify by running:
cat /proc/$(pidof konsole)/environ | tr '\0' '\n' | egrep '^(LANG|LC_)'
If I start up konsole with LC_ALL=C, and set both the actual encoding in the
profile as well as the shell's locale to UTF-8, subsequent titles are messed up
just as shown in your screenshot (both for the current working directory and
the title set by the shell.
This is wrong: Whereas for the current directory it's probably debatable, the
title set by the OSC 0 escape sequence should definitely be interpreted
according to the terminal's current encoding, and not according to konsole's
locale.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list