On Sat, Jul 4, 2009 at 11:55 PM, NoSyu<don...@gmail.com> wrote:
>
> Hello.
>
>
> I use Sagemath to show the Linear Algebra problems solution.
>
> And I am Korean.
>
> Therefore I write the comments in Korean using p or div html tag in
> worksheet like this.
>
> http://nosyu.pe.kr/attach/1/5682987737.png
<SNIP>
Ticket #6417 seems to be related to this. This will be shipped with Sage 4.1.
--
Regards
Minh Van Nguyen
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.