Function
Vteget_encodings
Declaration [src]
char**
vte_get_encodings (
gboolean include_aliases
)
Description [src]
Gets the list of supported legacy encodings.
If ICU support is not available, this returns an empty vector.
Note that UTF-8 is always supported; you can select it by
passing NULL
to vte_terminal_set_encoding().
Available since: | 0.60 |
Deprecated since: | 0.60 |
Please do not use it in newly written code. |