Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Mura Li d77176912b Use Go1.11 module (#5743) 5 år sedan
..
2022.go Added all required dependencies 7 år sedan
AUTHORS Added all required dependencies 7 år sedan
LICENSE Added all required dependencies 7 år sedan
README.md Use Go1.11 module (#5743) 5 år sedan
detector.go Added all required dependencies 7 år sedan
icu-license.html Use Go1.11 module (#5743) 5 år sedan
multi_byte.go Added all required dependencies 7 år sedan
recognizer.go Added all required dependencies 7 år sedan
single_byte.go Added all required dependencies 7 år sedan
unicode.go Added all required dependencies 7 år sedan
utf8.go Added all required dependencies 7 år sedan

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. In January 2015 it was forked by the gogits project in order to incorporate bugfixes and new features.

Documentation and Usage

See pkgdoc