repository
0.0.0-20160510214718-44d054d82c4a
Repository: https://github.com/mantyr/go-charset.git
Documentation: pkg.go.dev
# README
go-charset/charset
The charset package implements translation between character sets. It uses Unicode as the intermediate representation. Because it can be large, the character set data is separated from the charset package. It can be embedded in the Go executable by importing the data package:
import _ "github.com/mantyr/go-charset/data"
It can also made available in a data directory (by settting CharsetDir).
Installation
$ go get github.com/mantyr/go-charset/charset