modulepackage
0.0.0-20230101081208-5e3ef4b5456d
Repository: https://github.com/saintfish/chardet.git
Documentation: pkg.go.dev
# README
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.
Documentation and Usage
See pkgdoc
# Functions
NewHtmlDetector creates a Detector for Html.
NewTextDetector creates a Detector for plain text.
# Variables
No description provided by the author