#13296: unicode default encoding is not utf-8 in 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:  Fixed upstream, in a later stable release.  |     Reviewers:  
            
        Authors:  John Palmieri                               |     Merged in:  
            
   Dependencies:                                              |      Stopgaps:  
            
--------------------------------------------------------------+-------------

Comment (by jhpalmieri):

 I don't think the default encoding is `latin1`; instead, I think that
 IPython does some preprocessing on strings, and that preprocessing
 converts `u'an accent : é'` into something different – I think it replaces
 it by `u'an accent : é'.encode('utf-8')`. In any case, I think fixing this
 the right way will involve patching IPython.

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