Home

Awesome

Character set conversion for Go

Build Status

A fork of go-charset, which itself is a port of inferno's convcs for Go, which supports conversion to and from utf-8 for the following character sets:

This project also includes an extra package which links to the GNU iconv library and adds all the character sets available from it.

Documentation

Full API documentation is available here:

http://godoc.org/github.com/paulrosania/go-charset/charset

Contributors

License

go-charset is available under the BSD 3-clause license. Details in LICENSE.