#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 jhpalmieri):
It looks like it's IPython:
{{{
$ sage --ipython
Python 2.7.3 (default, Jul 26 2012, 17:22:39)
Type "copyright", "credits" or "license" for more information.
IPython 0.10.2 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object'. ?object also works, ?? prints more.
In [1]: s = unicode('an accent : é', encoding='utf-8')
In [2]: ss = u'an accent : é'
In [3]: s == ss
Out[3]: False
In [4]: s
Out[4]: u'an accent : \xe9'
In [5]: ss
Out[5]: u'an accent : \xc3\xa9'
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13296#comment:15>
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.