#6562: [with patch, needs review] Unicode support in TextCells
----------------------+-----------------------------------------------------
 Reporter:  mora      |       Owner:  boothby         
     Type:  defect    |      Status:  new             
 Priority:  major     |   Milestone:                  
Component:  notebook  |    Keywords:  textcell unicode
 Reviewer:            |      Author:                  
   Merged:            |  
----------------------+-----------------------------------------------------
 In a TextCell (shift+click on the blue line) I write some letters:

  http://www.math.bme.hu/~morap/sage_textcell1.png

 after I save it. It looks fine:

  http://www.math.bme.hu/~morap/sage_textcell2.png

 but when I double click on it to edit, then I get:

  http://www.math.bme.hu/~morap/sage_textcell3.png

 That's the problem. I could not find out what (Python or TinyMCE) converts
 the special characters to html entities (for example é to é), but
 it does not convert all of them.

 The patch solves the problem. Without it the html code looks like:

  http://www.math.bme.hu/~morap/sage_textcell4.png

 using the patch everything's fine. The html code after applying the patch:

  http://www.math.bme.hu/~morap/sage_textcell5.png

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6562>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
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-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to