postmoogle/vendor/github.com/gogs/chardet
2024-02-19 22:55:14 +02:00
..
2022.go add vendoring 2022-11-16 12:08:51 +02:00
AUTHORS add vendoring 2022-11-16 12:08:51 +02:00
detector.go upgrade deps; rewrite smtp session 2024-02-19 22:55:14 +02:00
icu-license.html add vendoring 2022-11-16 12:08:51 +02:00
LICENSE add vendoring 2022-11-16 12:08:51 +02:00
multi_byte.go add vendoring 2022-11-16 12:08:51 +02:00
README.md add vendoring 2022-11-16 12:08:51 +02:00
recognizer.go add vendoring 2022-11-16 12:08:51 +02:00
single_byte.go add vendoring 2022-11-16 12:08:51 +02:00
unicode.go add vendoring 2022-11-16 12:08:51 +02:00
utf8.go add vendoring 2022-11-16 12:08:51 +02:00

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