groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] need help with composite glyphs


From: Heinz-Jürgen Oertel
Subject: Re: [Groff] need help with composite glyphs
Date: Sun, 28 Jul 2013 12:54:42 +0200
User-agent: KMail/4.10.5 (Linux/3.7.10-1.16-desktop; KDE/4.10.5; x86_64; ; )

Am Sonntag 28 Juli 2013, 11:30:37 schrieb Ralph Corderoy:
> Hi,
> 
> > this works
> > \[u u0301] \[a u030A]
> > 
> > but this
> > \[u u030A]   (u with a circle above)
> > 
> > does not.
> > It is what I currently need.
> 
> Does this help?
> 
>     $ nroff <<<'X,u\[u030A],Y' | grep .
>     X,ů,Y
>     $
> 
$ nroff <<<'X,u\[u030A],Y' | grep .
<standard input>:1: warning: can't find special character `u030A'
X,u,Y
address@hidden:~/development/cn> 

> If not, a little example of what's working/failing, like I gave above,
> might make it more clear.  Also, do you know of groff's -k option and
> the preconv(1) command?  It may mean you don't have to type in these
> Unicode codepoints.

taking your example again:

$ nroff  <<<'X,\[a u030A],Y' | grep .
X,å,Y
$ nroff  <<<'X,\[u u030A],Y' | grep .
<standard input>:1: warning: can't find special character `u0075_030A'
X,,Y


If not absolutely necessary, I like to stay with my ISO 8859-1 (-15) 
environment. 

> 
> Cheers, Ralph.
-- 
mit freundlichen Grüßen
       Heinz-Jürgen Oertel

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]