charset-normalizer-rs icon indicating copy to clipboard operation
charset-normalizer-rs copied to clipboard

Truly universal encoding detector in pure Rust - port of Python version

Results 4 charset-normalizer-rs issues
Sort by recently updated
recently updated
newest added

As per our discussion in #2 for speed improvements the following has been suggested * calc coherence & mess in threads * or calc mess for plugins in threads (or...

Re : #3 This codebase has been ported from Python and a lot of the design patterns could be improved to be more idiomatic rust code. Such a move will...

**Describe the bug** In `test_is_accentuated` https://github.com/nickspring/charset-normalizer-rs/blob/cbe086f3df38a16815033309ae80455eef64cef4/src/tests/utils.rs#L28 This case is tested to see if it is false. [“Ё” (U+0401)](https://www.compart.com/en/unicode/U+0401) Cyrillic Capital Letter Io The code being tested is here https://github.com/nickspring/charset-normalizer-rs/blob/cbe086f3df38a16815033309ae80455eef64cef4/src/utils.rs#L118 The...

bug
help wanted