sagemath / sage-shell-mode

Emacs front end for SageMath
GNU General Public License v3.0
98 stars 16 forks source link

Return a (correct) UTF-8 string to IPython... #47

Closed EmmanuelCharpentier closed 4 years ago

EmmanuelCharpentier commented 4 years ago

The current version was broken by Python 3. The fix is to have the displayhook method of the BackendEmacs class to return a (correct) UTF-8 string for further processing by IPython.

This should fix issues #45 and #46.