From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200006271449.KAA09094@cse.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] [Q] how to generate PostScript file containing non-English characters From: "rob pike" Date: Tue, 27 Jun 2000 10:49:09 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Topicbox-Message-UUID: cc1aa2f0-eac8-11e9-9e20-41e7f4b1d025 The file foo contains Japanese encoded in UTF. How can I install Japanese font? Place your Japanese characters in font Jp (e.g. \f(Jp=E3=81=93=E3=82=93=E3= =81=AB=E3=81=A1=E3=81=AF =E4=B8=96=E7=95=8C\fP) and run troff like this: troff -man -mnihongo foo | lp -dstdout > foo.ps Look at the document /sys/doc/utf.ms to see this in action. -rob