Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Mura Li d77176912b Use Go1.11 module (#5743) před 5 roky
..
2022.go Added all required dependencies před 7 roky
AUTHORS Added all required dependencies před 7 roky
LICENSE Added all required dependencies před 7 roky
README.md Use Go1.11 module (#5743) před 5 roky
detector.go Added all required dependencies před 7 roky
icu-license.html Use Go1.11 module (#5743) před 5 roky
multi_byte.go Added all required dependencies před 7 roky
recognizer.go Added all required dependencies před 7 roky
single_byte.go Added all required dependencies před 7 roky
unicode.go Added all required dependencies před 7 roky
utf8.go Added all required dependencies před 7 roky

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