We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ced83d commit 3af4cd4Copy full SHA for 3af4cd4
README.md
@@ -0,0 +1,10 @@
1
+# chardet
2
+
3
+chardet is library to automatically detect
4
+[charset](http://en.wikipedia.org/wiki/Character_encoding) of texts for [Go
5
+programming language](http://golang.org/). It's based on the algorithm and data
6
+in [ICU](http://icu-project.org/)'s implementation.
7
8
+## Documentation and Usage
9
10
+See [pkgdoc](http://go.pkgdoc.org/github.com/saintfish/chardet)
0 commit comments