peridot/vendor/github.com/saintfish/chardet
2022-07-07 22:13:21 +02:00
..
2022.go Initial commit 2022-07-07 22:13:21 +02:00
AUTHORS Initial commit 2022-07-07 22:13:21 +02:00
BUILD.bazel Initial commit 2022-07-07 22:13:21 +02:00
detector.go Initial commit 2022-07-07 22:13:21 +02:00
icu-license.html Initial commit 2022-07-07 22:13:21 +02:00
LICENSE Initial commit 2022-07-07 22:13:21 +02:00
multi_byte.go Initial commit 2022-07-07 22:13:21 +02:00
README.md Initial commit 2022-07-07 22:13:21 +02:00
recognizer.go Initial commit 2022-07-07 22:13:21 +02:00
single_byte.go Initial commit 2022-07-07 22:13:21 +02:00
unicode.go Initial commit 2022-07-07 22:13:21 +02:00
utf8.go Initial commit 2022-07-07 22:13:21 +02:00

chardet

chardet is library to automatically detect charset of texts for Go programming language. It's based on the algorithm and data in ICU's implementation.

Documentation and Usage

See pkgdoc