https://github.com/gogs/chardet
A fork of saintfish/chardet.
https://github.com/gogs/chardet
Last synced: 12 months ago
JSON representation
A fork of saintfish/chardet.
- Host: GitHub
- URL: https://github.com/gogs/chardet
- Owner: gogs
- License: other
- Created: 2015-01-15T10:06:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T09:56:29.000Z (over 3 years ago)
- Last Synced: 2025-06-01T15:50:16.655Z (about 1 year ago)
- Language: Go
- Size: 237 KB
- Stars: 49
- Watchers: 3
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.
The project was created by [saintfish](http://github.com/saintfish/chardet). In January 2015 it was forked by the gogits project in order to incorporate bugfixes and new features.
## Documentation and Usage
See [pkgdoc](http://godoc.org/github.com/gogs/chardet)