mirror of
https://github.com/42wim/matterbridge
synced 2024-11-03 15:40:24 +00:00
.. | ||
2022.go | ||
AUTHORS | ||
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