package
1.0.26
Repository: https://github.com/askasoft/pango.git
Documentation: pkg.go.dev

# README

cdt

cdt is library to automatically detect charset of texts for Go programming language. It's based on the algorithm and data in ICU's implementation.

This package was created by saintfish. Forked by the pango project in order to incorporate bugfixes and new features.

# Functions

NewDetector creates a Detector for plain text or html.
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.