Encoding errors
オープン
- 主要言語
- Jupyter Notebook
- スター
- 258
- フォーク
- 71
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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 `'Р‘'`
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Reproduce the encoding problem using en2ru.ipynb and the import statement `from ipynb.fs.full.en2ru import *`, then call ruchar(). Trace how the notebook importer handles the Cyrillic return value; done means the call returns `Б` rather than `Р‘`.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- jupyter-notebook, python
- 領域
- tooling
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 30/100