#New printer.device ?
Wait a minute, Don, the printer.device does not call the printer driver at all
when receiving that escape sequence, so the driver cannot do anything. The
normal sequence of operation upon the printer.device receiving an escape
sequence is: Call DoSpecial in the driver; if nothing returned from DoSpecial
then lookup the proper table entry and make the substitution from Amiga to
printer specific escape sequence. After a few tests, it occurs to me that <ESC>
"(B" is not working. Maybe it is not B but some other character.
Joergen