- From: N P <pzn04@yahoo.fr>
- Date: Wed, 31 Mar 2004 15:15:17 +0200 (CEST)
- To: David Carlisle <davidc@nag.co.uk>
- Cc: thabing@uiuc.edu, www-math@w3.org
- Message-ID: <20040331131517.24554.qmail@web25205.mail.ukl.yahoo.com>
Your links show me the 03c code for lt. I need the E084 number to correct the Open Office output. Here is a summary of my problem, it is a follow up of previous exchanges with Robert on that issue. You may check the messages on: http://lists.w3.org/Archives/Public/www-math/2004Mar/0020.html I used to write my documents with MsWord. I then converted them into xml/html. I also implemented the mathml. It worked. I am willing to use Open Office. However, the formulas that are inserted with a math editor or with Open Office are extracted with codes generated in the Unicode Private Area! My xml or html would display the ? marks instead of the expected characters. My transformation is meant to be automatic, I cannot review each formula in order to correct its code in the mathml. This is why I need to transform the characters into a code that IE can display. In order to do this, I need the real UTF-8 code as explained by Robert. Robert gave me the number for the < sign, I tried the transfomation and I got the appropriate display with IE. I need to do the same thing for other characters. Hope this is clearer. Could you please tell me about the real UTF-8 code? Thanks, PN David Carlisle <davidc@nag.co.uk> wrote: > 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 ________________________________________________________________________ --------------------------------- Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! Créez votre Yahoo! Mail Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !
Received on Wednesday, 31 March 2004 08:19:09 UTC