View Single Post
zlatko's Avatar
Posts: 861 | Thanked: 936 times | Joined on Feb 2010 @ Bulgaria
#4
There is a simple way of changing character encoding of XTerm. You have to be root and execute following:

# gconftool -s /apps/osso/xterm/encoding -t string UTF-8

In my case I wanted to replace UTF-8 with CP1251, so it looks like tis:

# gconftool -s /apps/osso/xterm/encoding -t string CP1251

You can change this way to desired encoding. To check current encoding use:

# gconftool -g /apps/osso/xterm/encoding
 

The Following 3 Users Say Thank You to zlatko For This Useful Post: