Hi Nicholas,
Nicholas Marriott wrote on Sun, Feb 28, 2016 at 04:21:15PM +:
> I don't know why it is off in xterm but oxtabs is the default in
> ttydefaults.h and appears to on for mostly everything else,
> including ssh and tmux (which just uses what forkpty gives it).
That means that even w
Hi
I don't know why it is off in xterm but oxtabs is the default in
ttydefaults.h and appears to on for mostly everything else, including ssh
and tmux (which just uses what forkpty gives it).
Hi Martijn,
Martijn van Duren wrote on Sat, Feb 27, 2016 at 01:22:53PM +0100:
> Here's my attempt to imp
> > - Replace tabs between columns with spaces.
>
> I'm not convinced that should be changed. In any case, it is unrelated
> to UTF-8.
I suspect changing tabs to spaces will break a lot of scripts.
Hi Martijn,
Martijn van Duren wrote on Sat, Feb 27, 2016 at 01:22:53PM +0100:
> Here's my attempt to implement UTF-8 support in column(1).
> Besides the general UTF-8 conversions it does several other things
> to make it behave properly.
Two general remarks:
1. This column(1) code seems to be
Hello tech@,
Here's my attempt to implement UTF-8 support in column(1).
Besides the general UTF-8 conversions it does several other things to
make it behave properly. Full changelist is as follow:
- Make separator and input full UTF-8 aware.
- Do proper character width count. This also fixes some