[Konsole-devel] [konsole] [Bug 317516] New: No method to display unprintable/control characters

Eduard Bachmakov e.bachmakov at gmail.com
Fri Mar 29 01:08:18 UTC 2013


https://bugs.kde.org/show_bug.cgi?id=317516

            Bug ID: 317516
           Summary: No method to display unprintable/control characters
    Classification: Unclassified
           Product: konsole
           Version: 2.10.1
          Platform: Archlinux Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: font
          Assignee: konsole-devel at kde.org
          Reporter: e.bachmakov at gmail.com

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>

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list