25 lines
300 B
Markdown
25 lines
300 B
Markdown
|
### Python version
|
||
|
|
||
|
```bash
|
||
|
$ python --version
|
||
|
```
|
||
|
|
||
|
``<INPUT PYTHON VERSION>``
|
||
|
|
||
|
### cChardet version
|
||
|
|
||
|
```python
|
||
|
import cchardet
|
||
|
print(cchardet.__version__)
|
||
|
```
|
||
|
|
||
|
``<INPUT CCHARDET VERSION>``
|
||
|
|
||
|
### What is the problem?
|
||
|
|
||
|
#### Expected behavior
|
||
|
|
||
|
#### Actual behavior
|
||
|
|
||
|
#### Steps to reproduce the behavior
|