Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!rpi!uupsi!sunic!compuram!pgd From: pgd@bbt.se Newsgroups: comp.lang.postscript Subject: Re: Adobe type 1 font seac and CharStrings Message-ID: <1990Nov27.214224.7972@bbt.se> Date: 27 Nov 90 21:42:24 GMT References: <1990Nov17.174853.9476@bbt.se> <8383@adobe.UUCP> Organization: . Lines: 29 In article <8383@adobe.UUCP> taft@adobe.COM (Ed Taft) writes: >The PostScript rule for accented characters is this: If an accented >character is referenced anywhere in the font's Encoding, the components of >the character (that is, the base character and the accent) must also appear >somewhere in the Encoding. It doesn't matter where they appear. (This rule, >with different terminology, is documented in a footnote at the end of >section 5.4 of the red book.) > >The Type 1 rule is more severe: If an accented character appears anywhere in >the Encoding, the components must also appear in the Encoding in the SAME >positions as in StandardEncoding. Thank you for your answer. I finally understand what you mean. I have struggled the whole day with that restriction, but now when I again read your text, I understand. You answer solves all my problems. I never understood the footnote in the book either. It says something about "composites", but nowhere could I found how to make those composites. That was exactly what I wanted to do. Now I finally know how to do it. I have some more related questions: What is the "ISOLatin1Encoding" (or something like that) symbol doing in the system dictionary? On the hard-disk of the Agfa 3400 PS laser-printer there are some files. One called "AdobeStd.ps", another "ISOAdobeStd.ps". Both seems to define an encoding where "A" is 1, "B" 2, and so on. That is, all characters in name-alphabetic order. What are those files doing there?