#7249: switch the notebook's templating system to Jinja2
---------------------------+------------------------------------------------
Reporter: ddrake | Owner: boothby
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.3.1
Component: notebook | Keywords:
Work_issues: | Author: Tim Dumol, Dan Drake
Upstream: N/A | Reviewer: Mitesh Patel
Merged: |
---------------------------+------------------------------------------------
Comment(by mpatel):
Also, evaluating {{{print 'é'}}} raises
{{{
#!python
File "/home/tmp/sagenb-0.5/src/sagenb/sagenb/notebook/twist.py",
line 1281, in render
cell.set_input_text(input_text)
File "/home/tmp/sagenb-0.5/src/sagenb/sagenb/notebook/cell.py",
line 1270, in set_input_text
input = unicode_str(input)
File "/home/tmp/sagenb-0.5/src/sagenb/sagenb/misc/misc.py", line
441, in unicode_str
return unicode(str(obj), encoding, 'ignore')
exceptions.UnicodeEncodeError: 'ascii' codec can't encode
character u'\xe9' in position 7: ordinal not in range(128)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7249#comment:16>
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.