ipynb icon indicating copy to clipboard operation
ipynb copied to clipboard

Encoding errors

Open FeelUsM opened this issue 6 years ago • 0 comments

In one notebook (en2ru.ipynb) I create function: def ruchar(): return 'Б' In another notebook I import first notebook and call ruchar()

from ipynb.fs.full.en2ru import *
ruchar()

and I get 'Р‘'

FeelUsM avatar Jan 09 '19 13:01 FeelUsM