I've got a bunch of hosts with locale (KOI8) that differs from my local (UTF). So each time I connect to such a host I have to change encoding manually. Can you please consider adding functionality to autoset specific encodings for certain hosts. For example via config file ala:
Host some.host *.bunch.of.hosts
encoding = KOI8-U
Thanx in advance.
Hi,
In such a case, please add a following line to ~/.profile (or something like that) on remote hosts.
echo -e "\x1b]5379;encoding=KOI8-U\x07"
("mlcc encoding KOI8-U" is also available on a remote host where mlcc is installed.
Magic! Thanx!
Would you consider adding it to the man page?
Last edit: George L. Yermulnik 2016-03-31
I added it to "SEE ALSO" section of the man page.
Thanks.
Thank you!
Byt the way, I added "-n" to "echo" command to make it not produce a newline.
How can I close this ticket?
Last edit: George L. Yermulnik 2016-04-03
Thanks. I fixed the man page.