選択できるのは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