Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 300 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 300 Bytes

go_Shift-JIS_to_UTF-8

Code snipet for convert UTF-8 from Shift-JIS.

Reference source

http://qiita.com/nobuhito/items/ff782f64e32f7ed95e43

Require package

$ go get golang.org/x/net/html/charset
$ go get golang.org/x/text/encoding/japanese
$ go get golang.org/x/text/transform