Overview of chardet
masterchardet is a Go library used to automatically detect the character encoding (charset) of text. It implements an algorithm and uses data based on the ICU (International Components for Unicode) implementation.
repository·master·Indexed 18 days ago
https://github.com/saintfish/chardetA Go library for automatic character encoding detection that implements algorithms and uses data based on the ICU (International Components for Unicode) project.
For detailed information on the public API, including function signatures, types, and specific usage instructions, refer to the official Go package documentation on pkg.go.dev.
https://pkg.go.dev/github.com/saintfish/chardet