japanese - ActiveState ActiveGo 1.8
...

Package japanese

import "golang.org/x/text/encoding/japanese"
Overview
Index

Overview ▾

Package japanese provides Japanese encodings such as EUC-JP and Shift JIS.

Variables

All is a list of all defined encodings in this package.

var All = []encoding.Encoding{EUCJP, ISO2022JP, ShiftJIS}

EUCJP is the EUC-JP encoding.

var EUCJP encoding.Encoding = &eucJP

ISO2022JP is the ISO-2022-JP encoding.

var ISO2022JP encoding.Encoding = &iso2022JP

ShiftJIS is the Shift JIS encoding, also known as Code Page 932 and Windows-31J.

var ShiftJIS encoding.Encoding = &shiftJIS