Xref: utzoo unix-pc.general:2496 comp.sys.att:5886 Path: utzoo!attcan!uunet!xanth!ames!mailrus!tut.cis.ohio-state.edu!ucbvax!agate!violet.berkeley.edu!ilan343 From: ilan343@violet.berkeley.edu Newsgroups: unix-pc.general,comp.sys.att Subject: Re: UNIXpc nroff driver tables [REPOST] Message-ID: <21811@agate.BERKELEY.EDU> Date: 18 Mar 89 23:14:05 GMT References: <130@gnosys.UUCP> Sender: usenet@agate.BERKELEY.EDU Organization: University of California, Berkeley Lines: 27 In article <130@gnosys.UUCP> gst@gnosys.UUCP (Gary S. Trujillo) writes: >other words, the high (parity) bit is set. For example, I would like >to be able to say something like: > > *a 1 \340 > >to print the Greek character "alpha" in response to the nroff escape >"\(*a". I don't know if this will work in every version of nroff. This came from a 3B2 running the nroff in DWB 2.0. There is an undocumented trick to enter 8-bit in charset table. It consists of preceding the octal by "%". Here is a sample from the table I use for a printer with then an IBM character set. charset C, 1 %\200 u: 1 %\201 e' 1 %\202 a^ 1 %\203 a: 1 %\204 a` 1 %\205 *a 1 %\340 *b 1 %\341 *g 1 %\342 *d 1 %\353 *e 1 %\356