Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Mura Li d77176912b Use Go1.11 module (#5743) 5 роки тому
..
2022.go Added all required dependencies 7 роки тому
AUTHORS Added all required dependencies 7 роки тому
LICENSE Added all required dependencies 7 роки тому
README.md Use Go1.11 module (#5743) 5 роки тому
detector.go Added all required dependencies 7 роки тому
icu-license.html Use Go1.11 module (#5743) 5 роки тому
multi_byte.go Added all required dependencies 7 роки тому
recognizer.go Added all required dependencies 7 роки тому
single_byte.go Added all required dependencies 7 роки тому
unicode.go Added all required dependencies 7 роки тому
utf8.go Added all required dependencies 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. In January 2015 it was forked by the gogits project in order to incorporate bugfixes and new features.

Documentation and Usage

See pkgdoc