Bug 317516 - No method to display unprintable/control characters
Summary: No method to display unprintable/control characters
Status: RESOLVED NOT A BUG
Alias: None
Product: konsole
Classification: Applications
Component: emulation (show other bugs)
Version: master
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-29 01:08 UTC by Eduard
Modified: 2018-03-30 17:43 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eduard 2013-03-29 01:08:18 UTC
Konsole should be able to represent control characters (e.g. STX, ETX, DLE, etc). Ideally it would either print the unicode character instead (e.g. ␂, ␃, etc.) or draw box containing the character code in matrix form (e.g. [0 0 0 2], [0 0 0 3], etc. )) which is how gnome-terminal does it.

How to test:
    echo '\02'
    echo '\03'

Expected:
    ␂
    ␃

Got:
    <nothing visible>
    <nothing visible>
Comment 1 Egmont Koblinger 2018-03-17 09:36:40 UTC
gnome-terminal is the odd one (buggy) here, see https://bugzilla.gnome.org/show_bug.cgi?id=403130#c12. It'll probably get fixed in the next major release (vte-0.54).