Re: [Groff] Getting properly rendered single quotes in groff

2008-06-18 Thread Tadziu Hoffmann
> > Isn't it possible in the UTF-8 device to create a (pseudo-) > > font with ASCII encoding? > > I don't understand. Please rephrase. Try the following example with devutf8. It's supposed to give pretty formatting in Postscript and cut-and-paste-able shell commands in UTF-8. The example disp

Re: [Groff] Getting properly rendered single quotes in groff

2008-06-18 Thread Stuart Brady
On Tue, Jun 17, 2008 at 08:52:36AM +0200, Werner LEMBERG wrote: [...] > . Depending on the output device, ` and ' should be mapped to > different characters. However, \` and \' should always map to > ASCII 0x60 and ASCII 0x27 for proper cut and paste support. > > Do you all agree with