Terminal.setEncoding

Changes the encoding the terminal will expect data from the child to be encoded with. For certain terminal types, applications executing in the terminal can change the encoding. The default encoding is defined by the application's locale settings.

class Terminal
void
setEncoding
(
string codeset
)

Parameters

codeset string

a valid GIConv target, or NULL to use the default encoding. [allow-none]

Meta