textgolang.org/x/text/encoding/japanese Index | Files

package japanese

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

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

Index

Variables

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

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

var EUCJP encoding.Encoding = &eucJP

EUCJP is the EUC-JP encoding.

var ISO2022JP encoding.Encoding = &iso2022JP

ISO2022JP is the ISO-2022-JP encoding.

var ShiftJIS encoding.Encoding = &shiftJIS

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

Source Files

all.go eucjp.go iso2022jp.go shiftjis.go tables.go

Version
v0.22.0 (latest)
Published
Feb 4, 2025
Platform
linux/amd64
Imports
5 packages
Last checked
1 day ago

Tools for package owners.