Gitote bc701732b4 Initial Commit 7 年之前
..
2022.go bc701732b4 Initial Commit 7 年之前
LICENSE bc701732b4 Initial Commit 7 年之前
README.md bc701732b4 Initial Commit 7 年之前
detector.go bc701732b4 Initial Commit 7 年之前
multi_byte.go bc701732b4 Initial Commit 7 年之前
recognizer.go bc701732b4 Initial Commit 7 年之前
single_byte.go bc701732b4 Initial Commit 7 年之前
unicode.go bc701732b4 Initial Commit 7 年之前
utf8.go bc701732b4 Initial Commit 7 年之前

README.md

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.

Documentation and Usage

See pkgdoc