Hi,

On Sat, Jul 4, 2009 at 11:55 PM, NoSyu<don...@gmail.com> wrote:
>

<SNIP>

> So I find the python code and modify it.
>
> sageroot/devel/sage/sage/server/notebook/cell.py:211
>
> 211 : </script>"""%(self.__id,self.__id,self.__text)
>
> =>
>
> 211 : </script>"""%(self.__id,self.__id,((self.__text).decode
> ('utf-8')).encode('ascii', 'xmlcharrefreplace'))

This is now ticket #6464:

http://trac.sagemath.org/sage_trac/ticket/6464

Thank you for reporting.

-- 
Regards
Minh Van Nguyen

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

Reply via email to