Hello,
today I noticed that I cannot access R docs trough notebook, while it
still works like usual from command line. This is what is inside
notebook when viewed as text:
sage: r.lm?
<html><!--notruncate-->
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "_sage_input_3.py", line 10, in <module>
exec compile(u'print _support_.docstring("r.lm", globals(),
system="sage")' + '\n', '', 'single')
File "", line 1, in <module>
File "/opt/sage/devel/sagenb/sagenb/misc/support.py", line 263, in docstring
return html_markup(s)
File "/opt/sage/devel/sagenb/sagenb/misc/support.py", line 288, in html_markup
return '<div class="docstring">' + preamble + '<pre>' + s + '</pre></div>'
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position
116: ordinal not in range(128)
</html>
Currently I don't have alpha of newer version, so I wanted to ask if
this is still visible with 4.6.2 versions and/or known issue. I've
looked trough track and found few similar issues related to for
example unicode handling in %latex, but not this particular.
Andrzej.
--
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-support
URL: http://www.sagemath.org