Not predefined Extended Latin character needed, interesting solution found

2021-05-15 Thread Oliver Corff
Dear All, I try to use the correct abbreviation for the former Czechoslovak Socialist Republic, which is ČSSR (C + hacek, caron, wedge). The first attempt (enter Unicode 0x010C directly, leaving everything to preconv(1), did not work. Then I consulted groff_char(7) but there is no predefined \[vC

Re: Not predefined Extended Latin character needed, interesting solution found

2021-05-17 Thread Ingo Schwarze
Hi Oliver, Oliver Corff wrote on Sat, May 15, 2021 at 11:39:31PM +0200: > I try to use the correct abbreviation for the former Czechoslovak > Socialist Republic, which is U+010C SSR (C + hacek, caron, wedge). > The first attempt (enter Unicode 0x010C directly, leaving everything to > preconv(1),

Re: Not predefined Extended Latin character needed, interesting solution found

2021-05-17 Thread Oliver Corff
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. When I write U+010C (as a character, or in escape form doesn't matter), my installation produces an "Ä" (A umlaut). Try printf '\xc4\x8cSS

Re: Not predefined Extended Latin character needed, interesting solution found

2021-05-17 Thread Deri
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 thi

Re: Not predefined Extended Latin character needed, interesting solution found

2021-05-17 Thread Oliver Corff
Hi Deri, On 17/05/2021 17:00, Deri wrote: printf '.ft U-TR\n\xc4\x8cSSR' | groff -kT pdf | okular - on my installation (groff 1.22.4) there is no U-TR font out of the box, and thus I only get these two warnings: troff: :1: warning: can't find font 'U-TR' troff: :2: warning: can't find special

Re: Not predefined Extended Latin character needed, interesting solution found

2021-05-17 Thread Deri
On Monday, 17 May 2021 17:58:26 BST Oliver Corff wrote: > Hi Deri, > > On 17/05/2021 17:00, Deri wrote: > > printf '.ft U-TR\n\xc4\x8cSSR' | groff -kT pdf | okular - > > on my installation (groff 1.22.4) there is no U-TR font out of the box, > and thus I only get these two warnings: > > troff: :

Re: Not predefined Extended Latin character needed, interesting solution found

2021-05-18 Thread Oliver Corff
Hi Deri, I'll try later. I remember Peter's script which I had found during my very first efforts of learning *roff. The URW fonts *are* present on my system, have to compile groff once from source. Thanks again, Oliver. On 17/05/2021 19:24, Deri wrote: On Monday, 17 May 2021 17:58:26 BST O

Re: Not predefined Extended Latin character needed, interesting solution found

2021-05-18 Thread Oliver Corff
Hi Deri, I just attempted to follow your advice and compile groff from scratch. I downloaded 1.22.4 and ran ./configure. I am a bit confused because ./configure warns me that I do not have URW fonts, but /usr/share/fonts/urw-base35/ is definitely not empty. ./configure does not respond well when

Re: Not predefined Extended Latin character needed, interesting solution found

2021-05-18 Thread Deri
On Tuesday, 18 May 2021 21:51:09 BST Oliver Corff wrote: > Hi Deri, > > I just attempted to follow your advice and compile groff from scratch. I > downloaded 1.22.4 and ran ./configure. > > I am a bit confused because ./configure warns me that I do not have URW > fonts, but /usr/share/fonts/urw-b

Re: Not predefined Extended Latin character needed, interesting solution found

2021-05-18 Thread Dave Kemper
On 5/18/21, Oliver Corff wrote: > I am a bit confused because ./configure warns me that I do not have URW > fonts, but /usr/share/fonts/urw-base35/ is definitely not empty. > ./configure does not respond well when I run it with the urw font > directory option, and asks me to get the necessary font

Re: Not predefined Extended Latin character needed, interesting solution found

2021-05-18 Thread G. Branden Robinson
At 2021-05-18T18:19:52-0500, Dave Kemper wrote: > On 5/18/21, Oliver Corff wrote: > > I am a bit confused because ./configure warns me that I do not have URW > > fonts, but /usr/share/fonts/urw-base35/ is definitely not empty. > > ./configure does not respond well when I run it with the urw font >

Re: Not predefined Extended Latin character needed, interesting solution found

2021-05-19 Thread G. Branden Robinson
At 2021-05-15T23:39:31+0200, Oliver Corff wrote: > Dear All, > > I try to use the correct abbreviation for the former Czechoslovak > Socialist Republic, which is ČSSR (C + hacek, caron, wedge). The first > attempt (enter Unicode 0x010C directly, leaving everything to > preconv(1), did not work. Th

Re: Not predefined Extended Latin character needed, interesting solution found

2021-05-19 Thread Deri
On Wednesday, 19 May 2021 07:41:39 BST G. Branden Robinson wrote: > This does seem to reveal the underlying problem; either the Times roman > equivalent font on my system doesn't have a combining macron glyph > U+0304 or groff doesn't know about it because afmtodit(1) didn't find > out or didn't co