github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/libraries/chardet/README.md (about)

     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)