A fork of saintfish/chardet.
Перейти к файлу
无闻 2404f77725 Merge pull request #1 from phsmit/fix_gb18030
The correct iana name for GB18030 is without the dash
2015-01-15 18:35:09 +08: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 Fix doc link 2015-01-15 12:27:28 +02:00
detector.go Add documentation for public api 2012-08-15 17:44:11 -07:00
detector_test.go The correct iana name for GB18030 is without the dash 2014-12-22 10:32:37 +02:00
example_test.go The correct iana name for GB18030 is without the dash 2014-12-22 10:32:37 +02:00
icu-license.html Add copyright and license files 2012-08-15 22:55:06 -07:00
multi_byte.go The correct iana name for GB18030 is without the dash 2014-12-22 10:32:37 +02: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.

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