aboutcode-org / aboutcode-org/cwe2
UnicodeDecodeError: 'gbk' codec can't decode byte 0x9d in position 4771: illegal multibyte sequence
オープン
- 主要言語
- Python
- スター
- 15
- フォーク
- 3
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
On my Windows10, the default decode mode is **gbk**.
In this file `cwe2\database\699.csv` line 418 col 3402, **gbk** can't decode the `0xE2 0x80 0x9C`.
Suggestion:
When open *.csv files, should explicitly use `encoding='utf-8'`.
Thank you very much for your project!
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。