[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#583232: konsole: Konsole copies tab characters as spaces



Package: konsole
Version: 4:4.4.3-1
Severity: normal

Konsole copies tab characters as spaces. This makes pasting
tabularly-formatted data into OpenOffice difficult.

To reproduce:
echo -e "a\tb"

Copy the resulting output

run xxd, and paste the resulting output on the console (into xxd's
standard input)

[bloom@zuni CORPUS_huliu]$ echo -e "a\tb"
a       b
[bloom@zuni CORPUS_huliu]$ xxd
a       b
0000000: 6120 2020 2020 2020 620a                 a       b.

(I would hope to see xxd give the output
0000000: 6109 620a                                a.b.
)

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages konsole depends on:
ii  kdebase-runtime               4:4.4.3-1  runtime components from the offici
ii  libc6                         2.10.2-9   Embedded GNU C Library: Shared lib
ii  libkdecore5                   4:4.4.3-2  the KDE Platform Core Library
ii  libkdeui5                     4:4.4.3-2  the KDE Platform User Interface Li
ii  libkio5                       4:4.4.3-2  the Network-enabled File Managemen
ii  libknotifyconfig4             4:4.4.3-2  library for configuring KDE Notifi
ii  libkparts4                    4:4.4.3-2  the Framework for the KDE Platform
ii  libkpty4                      4:4.4.3-2  the Pseudo Terminal Library for th
ii  libqt4-dbus                   4:4.6.2-5  Qt 4 D-Bus module
ii  libqtcore4                    4:4.6.2-5  Qt 4 core module
ii  libqtgui4                     4:4.6.2-5  Qt 4 GUI module
ii  libstdc++6                    4.4.4-2    The GNU Standard C++ Library v3
ii  libx11-6                      2:1.3.3-3  X11 client-side library

konsole recommends no packages.

konsole suggests no packages.

-- no debconf information



Reply to: