#13296: matplotlib do not handle unicode properly from command line
---------------------------------------+------------------------------------
       Reporter:  slabbe               |         Owner:  jason, was  
           Type:  defect               |        Status:  needs_review
       Priority:  major                |     Milestone:  sage-5.3    
      Component:  graphics             |    Resolution:              
       Keywords:  unicode, matplotlib  |   Work issues:              
Report Upstream:  N/A                  |     Reviewers:              
        Authors:  John Palmieri        |     Merged in:              
   Dependencies:                       |      Stopgaps:              
---------------------------------------+------------------------------------

Comment (by slabbe):

 I looked at the patch. All tests passed on {{{sage/plot/text.py}}}. If the
 behavior

 {{{
 sage: u'é'
 u'\xc3\xa9'
 }}}

 is OK, I think the new documentation is a good fix and this ticket deserve
 a positive review. But, if we prefer the Python default way :

 {{{
 >>> u'é'
 u'\xe9'
 }}}

 then I believe we need one more patch... What do you think?

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13296#comment:14>
Sage <http://www.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