package htmlindex
Import Path
golang.org/x/text/encoding/htmlindex (on go.dev)
Dependency Relation
imports 12 packages, and imported by one package
Involved Source Files
Package htmlindex maps character set encoding names to Encodings as
recommended by the W3C for use in HTML 5. See http://www.w3.org/TR/encoding.
map.go
tables.go
Package-Level Functions (total 3)
Get returns an Encoding for one of the names listed in
http://www.w3.org/TR/encoding using the Default Index. Matching is case-
insensitive.
LanguageDefault returns the canonical name of the default encoding for a
given language.
Name reports the canonical name of the given Encoding. It will return
an error if e is not associated with a supported encoding scheme.
![]() |
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |