Documentation ¶
Overview ¶
Package encoding is used to provide a fairly complete set of encodings for tcell applications. Importing this package will automatically register encodings. Note that this package will add several MB to the generated binaries, as the encodings themselves can be somewhat large, particularly for the East Asian locales.
Index ¶
- func Register()deprecated
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register
deprecated
func Register()
Register registers all known encodings. This is a short-cut to add full character set support to your program. Note that this can add several megabytes to your program's size, because some of the encodings are rather large (particularly those from East Asia.)
Deprecated: This is no longer needed, importing the package is sufficient.
Types ¶
This section is empty.