https://github.com/saintfish/chardet
Charset detector library for golang derived from ICU
https://github.com/saintfish/chardet
Last synced: 8 months ago
JSON representation
Charset detector library for golang derived from ICU
- Host: GitHub
- URL: https://github.com/saintfish/chardet
- Owner: saintfish
- License: other
- Created: 2012-08-12T06:21:55.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T08:12:08.000Z (about 3 years ago)
- Last Synced: 2024-08-04T01:24:48.673Z (over 1 year ago)
- Language: Go
- Size: 230 KB
- Stars: 345
- Watchers: 5
- Forks: 62
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - chardet
README
# 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
See [pkgdoc](https://pkg.go.dev/github.com/saintfish/chardet)