5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 01:49:35 +00:00
matterbridge/vendor/github.com/saintfish/chardet
2023-01-28 22:57:53 +01:00
..
2022.go Add go-charset and chardet to vendor 2017-07-07 23:34:05 +02:00
AUTHORS Use mod vendor for vendored directory (backwards compatible) 2018-08-06 21:47:05 +02:00
detector.go Add go-charset and chardet to vendor 2017-07-07 23:34:05 +02:00
icu-license.html Use mod vendor for vendored directory (backwards compatible) 2018-08-06 21:47:05 +02:00
LICENSE Add go-charset and chardet to vendor 2017-07-07 23:34:05 +02:00
multi_byte.go Add go-charset and chardet to vendor 2017-07-07 23:34:05 +02:00
README.md Update dependencies (#1951) 2023-01-28 22:57:53 +01:00
recognizer.go Add go-charset and chardet to vendor 2017-07-07 23:34:05 +02:00
single_byte.go Add go-charset and chardet to vendor 2017-07-07 23:34:05 +02:00
unicode.go Add go-charset and chardet to vendor 2017-07-07 23:34:05 +02:00
utf8.go Add go-charset and chardet to vendor 2017-07-07 23:34:05 +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