How would Unicode work if it were added to Postscript?
79 views
Skip to first unread message
luser- -droog
unread,
Aug 17, 2014, 1:40:33 PM8/17/14
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
If Unicode support were added to Postscript (either by a
supplement or as part of new release of the language),
how would it work?
Presumably it would be isolated to the font-rendering machinery.
But it might conceivably be useful to add special syntax for
delimiting a Unicode or UTF8 string in the postscript stream.
Ignoring syntax, would the Type 1 font format be able to
handle the encodings? Are CID fonts capable of handling
Unicode mappings? Or would this require an entirely new
font format?
jdaw1
unread,
Aug 17, 2014, 4:02:39 PM8/17/14
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Why not allow a more general string type, a 'compound string', being any of:
-- an ordinary string;
-- a glyph name;
-- a Unicode string (special delimiters);
-- an array containing valid compound strings.
Thus [(Quinta do Bom) /fi (m)] and [(Ch) /acircumflex (teau L) /eacute (oville-Barton)] would be valid compound strings.
luser- -droog
unread,
Jan 8, 2015, 2:34:17 PM1/8/15
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Finally found some info on this. Apparently Unicode-encoded
data can be decoded automagically with level-2 filters into
integer code-points. And somehow this can be mapped to a
CID font.