[sage-devel] Re: Notebook Worksheet Unicode Problem

2009-07-04 Thread Minh Nguyen
Hi, On Sat, Jul 4, 2009 at 11:55 PM, NoSyu wrote: > > So I find the python code and modify it. > > sageroot/devel/sage/sage/server/notebook/cell.py:211 > > 211 : """%(self.__id,self.__id,self.__text) > > => > > 211 : """%(self.__id,self.__id,((self.__text).decode > ('utf-8')).encode('ascii', '

[sage-devel] Re: Notebook Worksheet Unicode Problem

2009-07-04 Thread NoSyu
Hello There is a better solution. Thanks to introduce the ticket.^^ On Jul 5, 3:30 am, Minh Nguyen wrote: > Hi, > > On Sat, Jul 4, 2009 at 11:55 PM, NoSyu wrote: > > > Hello. > > > I use Sagemath to show the Linear Algebra problems solution. > > > And I am Korean. > > > Therefore I write the c

[sage-devel] Re: Notebook Worksheet Unicode Problem

2009-07-04 Thread Minh Nguyen
Hi, On Sat, Jul 4, 2009 at 11:55 PM, NoSyu 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 Tic