text: golang.org/x/text/encoding/internal/identifier Index | Files | Directories

Packages that import identifier

PathSynopsis
github.com/cention-sany/utf7This package modified from: https:/​/​github.com/​mxk/​go-imap/​blob/​master/​imap/​utf7.go https:/​/​github.com/​mxk/​go-imap/​blob/​master/​imap/​utf7_test.go IMAP specification uses modified UTF-7.
golang.org/x/text/encodingPackage encoding defines an interface for character encodings, such as Shift JIS and Windows 1252, that can convert to and from UTF-8.
golang.org/x/text/encoding/charmapPackage charmap provides simple character encodings such as IBM Code Page 437 and Windows 1252.
golang.org/x/text/encoding/htmlindexPackage htmlindex maps character set encoding names to Encodings as recommended by the W3C for use in HTML 5.
golang.org/x/text/encoding/internalPackage internal contains code that is shared among encoding implementations.
golang.org/x/text/encoding/japanesePackage japanese provides Japanese encodings such as EUC-JP and Shift JIS.
golang.org/x/text/encoding/koreanPackage korean provides Korean encodings such as EUC-KR.
golang.org/x/text/encoding/simplifiedchinesePackage simplifiedchinese provides Simplified Chinese encodings such as GBK.
golang.org/x/text/encoding/traditionalchinesePackage traditionalchinese provides Traditional Chinese encodings such as Big5.
golang.org/x/text/encoding/unicodePackage unicode provides Unicode encodings such as UTF-16.