Expand description
§ICU character set detection support for rust
This crate provides character set detection based on the detection
functions implemented by the ICU library, specifically in
the header ucsdet.h
.
This crate provides two main type: CharsetDetector and CharsetMatch, CharsetDetector can detect text and return a CharsetMatch.
For more information on ICU character set detection, please see also: character set detection documentation on the ICU user guide.
Are you missing some features from this crate? Consider reporting an issue or even contributing the functionality.
Structs§
- Charset
Detector - This interface wraps around icu4c
UCharsetDetector
. - Charset
Match - Representing a match that was identified from a charset detection operation