5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-12-26 06:15:40 +00:00
matterbridge/vendor/github.com/saintfish/chardet
2018-08-06 21:47:05 +02:00
..
2022.go
AUTHORS Use mod vendor for vendored directory (backwards compatible) 2018-08-06 21:47:05 +02:00
detector.go
icu-license.html Use mod vendor for vendored directory (backwards compatible) 2018-08-06 21:47:05 +02:00
LICENSE
multi_byte.go
README.md Use mod vendor for vendored directory (backwards compatible) 2018-08-06 21:47:05 +02:00
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