• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

testdata/H03-May-2022-

2022.goH A D16-Aug-20122.2 KiB

AUTHORSH A D16-Aug-201245

LICENSEH A D16-Aug-20121.1 KiB

README.mdH A D16-Aug-2012355

detector.goH A D16-Aug-20123.6 KiB

detector_test.goH A D16-Aug-20121.5 KiB

example_test.goH A D16-Aug-2012750

multi_byte.goH A D16-Aug-20129.3 KiB

recognizer.goH A D16-Aug-20121.6 KiB

single_byte.goH A D16-Aug-201244.9 KiB

unicode.goH A D16-Aug-20122.2 KiB

utf8.goH A D16-Aug-20121.3 KiB

README.md

1# chardet
2
3chardet is library to automatically detect
4[charset](http://en.wikipedia.org/wiki/Character_encoding) of texts for [Go
5programming language](http://golang.org/). It's based on the algorithm and data
6in [ICU](http://icu-project.org/)'s implementation.
7
8## Documentation and Usage
9
10See [pkgdoc](http://go.pkgdoc.org/github.com/saintfish/chardet)
11