This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/vendor/github.com/gogits/chardet
Mura Li d77176912b Use Go1.11 module (#5743)
* Migrate to go modules

* make vendor

* Update mvdan.cc/xurls

* make vendor

* Update code.gitea.io/git

* make fmt-check

* Update github.com/go-sql-driver/mysql

* make vendor
2019-03-27 19:15:23 +08:00
..
2022.go
AUTHORS
detector.go
icu-license.html Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
LICENSE
multi_byte.go
README.md Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
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.

The project was created by saintfish. In January 2015 it was forked by the gogits project in order to incorporate bugfixes and new features.

Documentation and Usage

See pkgdoc