mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-10-31 20:41:22 +00:00
.. | ||
2022.go | ||
AUTHORS | ||
BUILD.bazel | ||
detector.go | ||
icu-license.html | ||
LICENSE | ||
multi_byte.go | ||
README.md | ||
recognizer.go | ||
single_byte.go | ||
unicode.go | ||
utf8.go |
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