package korean

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

Package korean provides Korean encodings such as EUC-KR.

Index

Variables

var All = []encoding.Encoding{EUCKR}

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

var EUCKR encoding.Encoding = &eucKR

EUCKR is the EUC-KR encoding, also known as Code Page 949.

Source Files

euckr.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.