Magda Danish wrote: > > -----Original Message----- > > Date/Time: Tue Jul 30 12:26:40 EDT 2002 > > Contact: [EMAIL PROTECTED] > > Report Type: FAQ Suggestion > > > > We need to know how to express a Subscript letter in Unicode. > > On your site, we've found in 2070-208E how to express a > > Superscript letter or number or a Subscript number, but there > > is no information about how to write a Subscript letter. > > We're using the XML Authoring Software Epic developed by > > Arbortext. We need to be able to express mathmatical > > formulas in XML and we're trying to use Unicode to do it. > > > > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > > (End of Report)
Unicode is not for encoding typographical effects such as superscripts or subscripts (the sups and subs in area U+2070..U+208E are part of a sort of "archaeological area" of Unicode, which is called Compatibility Characters). To implement superscripts and subscripts in XML, it is enough to write a two-line cascading style sheet, plus a single line of code to link the CSS to the XML document. That worked for me anyway. _ Marco

