From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 19 Nov 1995 01:35:23 -0500 From: Gary Capell gary@cs.su.oz.au Subject: bug : /sys/src/cmd/postscript/text2post/text2post.c Topicbox-Message-UUID: 35022b68-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19951119063523.4dkLpprSQmciOng-GjJ_LmUuhLHISVzQAJ5Bj1F4mYU@z> The array fontname is set up assuming that in "LucidaSansUnicode20", the 20 is decimal, when it is really hexadecimal. I noticed this as I've been playing with replacing combinations like '->' '==', '!=', '>=' etc. with appropriate Unicode characters in Alef source, but they wouldn't print properly. BTW, if you want to try this yourself, it's a few small small changes to /sys/src/alef/port/lex.c:/^yylex Don't forget to replace the Bgetc/Bungetc pairs with Bgetrune Bungetrune. It's probably not worth doing at all, however. The code looks a bit prettier, but is quite a bit trickier to type, and various utilities won't recognise the special characters as identifier separators. -- http://www.cs.usyd.edu.au/~gary/