A fork of saintfish/chardet.
Перейти к файлу
Paul Bonser 8e251c7934 Fix 8859_2 recognizers to use the appropriate newRecognizer function 2013-12-17 19:09:55 -06:00
testdata Change detector_test to be something more real. Add a bunch of test pages. 2012-08-15 21:45:13 -07:00
2022.go Add ISO-2022 charset recognizers 2012-08-15 11:40:57 -07:00
AUTHORS Add copyright and license files 2012-08-15 22:55:06 -07:00
LICENSE Add copyright and license files 2012-08-15 22:55:06 -07:00
README.md Add readme 2012-08-15 23:12:21 -07:00
detector.go Add documentation for public api 2012-08-15 17:44:11 -07:00
detector_test.go Change detector_test to be something more real. Add a bunch of test pages. 2012-08-15 21:45:13 -07:00
example_test.go Move example test to it's own package 2012-08-15 17:42:58 -07:00
icu-license.html Add copyright and license files 2012-08-15 22:55:06 -07:00
multi_byte.go Add detector_test and fix bugs found by it 2012-08-14 23:18:41 -07:00
recognizer.go Apply go fmt 2012-08-15 12:12:15 -07:00
single_byte.go Fix 8859_2 recognizers to use the appropriate newRecognizer function 2013-12-17 19:09:55 -06:00
unicode.go Add detector_test and fix bugs found by it 2012-08-14 23:18:41 -07:00
utf8.go Unify the newRecognizer function naming convention 2012-08-14 15:31:14 -07:00

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.

Documentation and Usage

See pkgdoc