25 lines
334 B
Markdown
25 lines
334 B
Markdown
### OS/Arch
|
|
|
|
```bash
|
|
$ python -c 'import platform;print(platform.uname())'
|
|
```
|
|
|
|
### Python version
|
|
|
|
```bash
|
|
$ python --version
|
|
```
|
|
|
|
### cChardet version
|
|
|
|
```bash
|
|
$ python -c 'import cchardet;print(cchardet.__version__)'
|
|
```
|
|
|
|
### What is the problem?
|
|
|
|
#### Expected behavior
|
|
|
|
#### Actual behavior
|
|
|
|
#### Steps to reproduce the behavior
|