# 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