.ne 50
.fi
.na
.in +1i
.sp 10
\fBSome Problems and Fixes\fP
.sp2
1. The three symbols (SO-<char>-SI) of a special character representation
are treated equally in overstriking by nroff, giving:
.sp
SO<bksp>SO<bksp>SO<bksp>SO<char><bksp><char><bksp>.......
.sp
col throws away the SO or SI, but processes the <bksp>'s.
.sp
fix: filter the raw nroff output before sending it through col,
as done in the test targets of the makefile.
.sp3
\fB1234567890\fP
.sp
1234567890\fB\(*a\fP
.sp
1234567890\fB\(*a\(*b\fP
.sp
1234567890\fB\(*a\(*b\(*c\fP
.sp 2
1234567890\fI\(*a\(*b\(*c\fP
.in -1i
