On Monday, 17 May 2021 14:47:02 BST Oliver Corff wrote:
> Hi Ingo,
> 
> that's interesting. When producing for a UTF8 target, your observation
> is correct, but for PDF groff does not seem to function as naively assumed.
> 


Groff needs to know you have a font which includes a Ccaron glyph, so this 
works for 
me:-

printf '.ft U-TR\n\xc4\x8cSSR' | groff -kT pdf | okular -

The standard TR font does not have this glyph defined, but the alternative U-TR 
does.

Reply via email to