5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-10 06:20:28 +00:00
matterbridge/vendor/github.com/saintfish/chardet/README.md

11 lines
353 B
Markdown
Raw Normal View History

# chardet
chardet is library to automatically detect
[charset](http://en.wikipedia.org/wiki/Character_encoding) of texts for [Go
programming language](http://golang.org/). It's based on the algorithm and data
in [ICU](http://icu-project.org/)'s implementation.
## Documentation and Usage
2023-01-28 21:57:53 +00:00
See [pkgdoc](https://pkg.go.dev/github.com/saintfish/chardet)