package
0.0.0-20201218073827-d3199eda60cc
Repository: https://github.com/badu/term.git
Documentation: pkg.go.dev
# README
A package for dealing with encodings
Rearranged from this package.
# Functions
GetEncoding is used by Screen implementors who want to locate an encoding for the given character set name.
Register registers all known encodings.
RegisterEncoding may be called by the application to register an encoding.
SetEncodingFallback changes the behavior of GetEncoding when a suitable encoding is not found.
# Constants
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
FallbackASCII behavior causes GetEncoding to fall back to a 7-bit ASCII encoding, if no other encoding can be found.
FallbackFail behavior causes GetEncoding to fail when it cannot find an encoding.
FallbackUTF8 behavior causes GetEncoding to assume UTF8 can pass unmodified upon failure.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
The names of these constants are chosen to match Terminfo names, modulo case, and changing the prefix from ACS_ to Rune.
# Structs
CharMap is a structure for setting up encodings for 8-bit character sets, for transforming between UTF8 and that other character set.
# Type aliases
Fallback describes how the system behaves when the locale requires a character set that we do not support.