aboutcode-org / aboutcode-org/cwe2
UnicodeDecodeError: 'gbk' codec can't decode byte 0x9d in position 4771: illegal multibyte sequence
Aperta
- Lingua principale
- Python
- Stelle
- 15
- Fork
- 3
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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!
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.