Coaxing special characters out of the Jade MIF backend?

Subject: Coaxing special characters out of the Jade MIF backend?
From: Tom Moertel <tmoertel@xxxxxxxxxx>
Date: Tue, 20 Oct 1998 13:18:01 -0400
Does anybody know how I can get the MIF backend to produce things like
left- and right-double-quotation-marks?  The following code, which
produces the desired effect on the RTF backend, results in bare text on
the MIF backend:

(element quote
  (make sequence
    (literal "\left-double-quotation-mark")
    (process-children)
    (literal "\right-double-quotation-mark")))

E.g., under RTF:  ``famous words''
Under MIF:  famous words

Thanks for your help!

Cheers,
Tom


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread