Switch encoding of terminal with a command
- by Tomas Lycken
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.
…