rust-chardet
rust-chardet copied to clipboard
rust version of chardet
Hey, I am using your library to analyze a large corpus of files, both binary and text, I just throw everything at it. I sometimes trigger this panic: ``` thread...
This package detect wrongly WINDOWS-1256 as MacCyrillic.
Use rust 2018 edition. Also, thanks for this library 💯 Happy to do the work and submit a PR, just wanted to check whether PRs are accepted and if the...
Is there any chance that this license could be changed to MIT/BSD or Apache2?
This fixes a bug where detecting the charset of ASCII files that include escape sequences run into `unreachable!`. Based on uchardet's implementation: https://github.com/BYVoid/uchardet/blob/e6be22803691b60a275176fcf7d89315e1c76d8d/src/nsUniversalDetector.cpp#L247-L252