From: Frederic LANCON 
Date: Tue, 14 Apr 1998 11:46:14 +0200
Reply to: LifeLines Genealogical System 
Subject: Re: umlaute in ps-anc8

>  |From: Dorothea Muecke-Herzberg 
>  |   <...>
>  |I don't get umlaute in the direct ancestor line to work. <...>

Try to put the following lines after the line
  "%%BoundingBox:0 0 612 792" nl()
and before
  "% --- Define any constants ---" nl()
in ps-anc8.ll report file. That works for me.

Frédéric Lançon, Grenoble, France.


------------- 8<----------- cut here ------------ 8<----------------------
  "%BeginISO : L. B." nl()
  "%Pour travailler avec des polices " nl()
  "%utilisant le codage ISOLatin1" nl()
  "%Note: les polices Symbol ZapfDingbats ne seront pas affectees" nl()
  "/findfont_0 dup where true eq {pop pop}{/findfont load def} ifelse" nl()
  "/findfont {dup /Symbol ne {" nl()
  "           dup /ZapfDingbats ne {" nl()
  "   dup dup findfont_0 dup length dict begin" nl()
  "   {1 index/FID ne{def}{pop pop}ifelse}forall" nl()
  "   /Encoding ISOLatin1Encoding def currentdict end " nl()
  "   definefont pop}if}if  " nl()
  "   findfont_0" nl()
  "} def" nl()
  "%EndISO" nl()
------------- 8<----------- cut here ------------ 8<----------------------