I got a bug report from the "report a problem" link in the notebook
about html character escaping.
It's inconsistent because it escapes html tags, but not &...; special
html characters.
I'm posting this to start a discussion if this is a bug or not or
other implicatoins...

Example:

In

print "& & ¬"
print "<b>foo</b>"
html("&amp; & &not;")
html("<b>foo</b>")

Out

& & ¬   <<< should be "&amp; & &not;"
            (but the browser interprets the html characters
            and it looks different)
<b>foo</b>
& & ¬
*foo*    <<<  in bold


h
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to