Pali Rohár writes:
> It is possible to support double line border also for ASCII and UTF-8
> outputs? In ASCII I think that can be used and for UTF-8 there
> are Unicode glyphs box drawing glyphs also for double line.
There's been an open bug for a while:
https://savannah.gnu.org/bugs/?4
Hi!
It looks like that both ASCII and UTF-8 output does not support double
line borders of table. Here is example:
$ cat test
.TS
box;
c.
Header
=
value1
_
value2
_
value3
.TE
$ man -Tutf8 ./test
┌───┐
│Header │
├───┤
│value1 │
├───┤
│value2 │
├───┤
│value3 │
└───┘
$ man -Ta