#18357: Unicode Art
-------------------------------------+-------------------------------------
Reporter: vbraun | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: sage-6.7
Component: user interface | Resolution:
Keywords: | Merged in:
Authors: | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
u/vbraun/unicode_art | 26e6221f4fd7d621886d89e5c50d53a791cfe4b9
Dependencies: | Stopgaps:
-------------------------------------+-------------------------------------
Comment (by vbraun):
`%display latex` uses Sage's mathjax/latex. In particular, matrices are
typeset by mathjax and not by this branch. Sage's latex also has problems
with unicode that are unrelated to this ticket:
{{{
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in
position 3: ordinal not in range(128)
sage: latex(u'Motörhead')
---------------------------------------------------------------------------
UnicodeEncodeError Traceback (most recent call
last)
<ipython-input-4-0cfcb5f9dc0d> in <module>()
----> 1 latex(u'Motörhead')
/home/vbraun/Sage/git-develop/local/lib/python2.7/site-
packages/sage/misc/latex.pyc in __call__(self, x, combine_all)
925 return LatexExpr(f(x))
926 except KeyError:
--> 927 return LatexExpr(str_function(str(x)))
928
929
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in
position 3: ordinal not in range(128)
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/18357#comment:18>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.