Categorygithub.com/gogs/chardet
modulepackage
0.0.0-20211120154057-b7413eaefb8f
Repository: https://github.com/gogs/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.

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

# Functions

NewHtmlDetector creates a Detector for Html.
NewTextDetector creates a Detector for plain text.

# Variables

No description provided by the author

# Structs

Detector implements charset detection.
Result contains all the information that charset detector gives.