--
You received this message because you are subscribed to the Google Groups "Medley Interlisp core" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lispcore+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/lispcore/055c5a18-675c-4803-a0b7-22551a37d6b5n%40googlegroups.com.
On Mar 12, 2025, at 4:49 PM, John Cowan <co...@ccil.org> wrote:They have fixed widths relative to the font size: one em, one en (usually half an em), the space between adjacent quotation marks (usually 1/5 or 1/6 of an em), and the width of a European digit. They correspond to U+2003, U+2002, U+2009, and U+2007 respectively. They also have XCCS codes. See WP articles for details.
--
You received this message because you are subscribed to the Google Groups "Medley Interlisp core" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lispcore+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/lispcore/18247FC7-FED1-421F-8C3A-C9EBC6A23ADE%40post.harvard.edu.
(\PRESS.CONVERT.NSCHARACTER
[LAMBDA (CHARCODE) (* jds " 4-Nov-85 08:02")
(* Provide backward compatibility for extended-language characters in the PRESS
printing environment. Converts certain of the NS characters into their
equivalent PARC-internal charcodes)
(SELCHARQ CHARCODE
(357,55 (* em quad)
153)
(357,54 (* en quad)
152)
(357,57 (* Thin space)
159)
(357,44 (* en dash / figure dash)
155)
(357,45 (* em dash)
156)
(357,146 (* bullet)
183)
(0,251 (* left single quote)
96)
(0,271 (* right single quote)
39)
(\CHAR8CODE CHARCODE])
)
To view this discussion visit https://groups.google.com/d/msgid/lispcore/722F1842-E698-49FB-85C1-F8B13F183EFB%40post.harvard.edu.
To view this discussion visit https://groups.google.com/d/msgid/lispcore/5616F573-DF69-408B-83B1-85CA31ED99B3%40gmail.com.
--
You received this message because you are subscribed to the Google Groups "Medley Interlisp core" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lispcore+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/lispcore/18247FC7-FED1-421F-8C3A-C9EBC6A23ADE%40post.harvard.edu.