Re: Mathml display with IE

> I need to find the corresponding numbers for other math operators,
> such as +, >, etc...

The correct numbers for characters that have entity names are listed in
the mathml spec, eg 
http://www.w3.org/TR/MathML2/bycodes.html

it's hard to imagine why you'd need to eneter + by number rather than
just typing + but the number is the usual ascii number: hex 2B

None of the offical numbers are in the private use area though so if the
question is what numbers are being used by this application that is
using PUA codes, I don't know, you'd have to look to the documentation
of that product. If they are using the PUA codes from MathML 1, you want
the old version of the bycodes.html file from MathML 1, which is
http://www.w3.org/TR/REC-MathML/chap6/bycodes.html

David


________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Received on Wednesday, 31 March 2004 07:24:48 UTC