You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matterbridge/vendor/github.com/saintfish/chardet
Wim 880586bac4
Update dependencies (#1951)
1 year ago
..
2022.go Add go-charset and chardet to vendor 7 years ago
AUTHORS Use mod vendor for vendored directory (backwards compatible) 6 years ago
LICENSE Add go-charset and chardet to vendor 7 years ago
README.md Update dependencies (#1951) 1 year ago
detector.go Add go-charset and chardet to vendor 7 years ago
icu-license.html Use mod vendor for vendored directory (backwards compatible) 6 years ago
multi_byte.go Add go-charset and chardet to vendor 7 years ago
recognizer.go Add go-charset and chardet to vendor 7 years ago
single_byte.go Add go-charset and chardet to vendor 7 years ago
unicode.go Add go-charset and chardet to vendor 7 years ago
utf8.go Add go-charset and chardet to vendor 7 years ago

README.md

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