tkf / emacs-ipython-notebook

IPython notebook client in Emacs
tkf.github.com/emacs-ipython-notebook/
GNU General Public License v3.0
548 stars 51 forks source link

Unicode Character encoding is buggy. Can't save file. #185

Open uroybd opened 7 years ago

uroybd commented 7 years ago

Hi, Problem is, It is working fine when I am using Jupyter from browser. But, in ein I am unable to save file if I have Non-latin character in markdown. So I dug a little. There is something wrong with the JSON Request from ein. For example if I write 'না' (which is 'No' in Bengali) browser send b'\xe0\xa6\xa8\xe0\xa6\xbe' for it but ein is sending b'\xa8\xbe' for it.

tofgarion commented 7 years ago

I have the same issue with letters with accents (UTF-8 encoding) since my last upgrade of ein. I will try to bisect the bug.

tofgarion commented 7 years ago

Sorry for the noise, issue have disappeared when upgrading to 20161201.1912.

Christophe