> Yes, I have notice the spurious letters here,
accented A are almost always (and are here) a sign that a UTF 8 file is being mis-handled as latin-1. > I think we need to have > xml declarations for utf8 in the *.ocd, but I have not done that yet. Ypu never need to decalre utf8 in an XMl file, it's the default, but the html files are being generated in utf8 but served as latin-1 so you n need to modify the stylesheet to generate is08859-1 or to modify the server to serve html with declared encoding as utf8. Do we really want to serve as text/html? the rendered presenttation mathml versiuon will not work in that case you need to generate xhtml an serve it as xml rather than xhtml. David ________________________________________________________________________ The Numerical Algorithms Group Ltd is a company registered in England and Wales with company number 1249803. The registered office is: Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom. This e-mail has been scanned for all viruses by Star. The service is powered by MessageLabs. ________________________________________________________________________ _______________________________________________ Om3 mailing list [email protected] http://openmath.org/mailman/listinfo/om3
