Switch encoding of terminal with a command

Posted by Tomas Lycken on Ask Ubuntu See other posts from Ask Ubuntu or by Tomas Lycken
Published on 2011-12-12T18:40:41Z Indexed on 2012/04/08 17:46 UTC
Read the original article Hit count: 346

Filed under:
|
|
|

One of the servers I quite often ssh to uses western encoding instead of utf-8 (and there's no way I can change that).

I've started writing a bash script to connect to this server, so I won't have to type out the entire address every time, but I would like to improve this script so it also changes the encoding of the terminal window correctly.

The change I need to do can be performed using the mouse by navigating to "Terminal"->"Set Character Encoding..."->"Western (ISO-8859-1)". Is there a terminal command that does the same thing, for the current terminal window/screen?

To clarify:
I'm not interested in ways of switching the locale of the system on the remote site - that system is administered by someone else, and I have no idea what stuff might depend on the latin-1 encoding there. What I want to do is to let this terminal window on my side switch character encoding to the above mentioned, in the same way I can do with my mouse and the menus.

© Ask Ubuntu or respective owner

Related posts about terminal

Related posts about ssh