We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS
python 3.11
2.1.7
cChardet is incorrectly detecting the encoding of this file as Big5. I'm not sure if the issue should be posted here or elsewhere.
import cchardet as chardet with open('abc_1.csv', 'rb') as f: result = chardet.detect(f.read()) print(result)
# result: {'encoding': 'BIG5', 'confidence': 0.9900000095367432}
** Attached file
The text was updated successfully, but these errors were encountered:
No branches or pull requests
OS/Arch
macOS
Python version
python 3.11
cChardet version
2.1.7
What is the problem?
cChardet is incorrectly detecting the encoding of this file as Big5. I'm not sure if the issue should be posted here or elsewhere.
Expected behavior
Actual behavior
Steps to reproduce the behavior
** Attached file
The text was updated successfully, but these errors were encountered: