Thread
:
Change character encoding in Xterm?
View Single Post
zlatko
2010-03-09 , 12:01
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
Quote & Reply
|
The Following 3 Users Say Thank You to zlatko For This Useful Post:
casketizer
,
holger
,
pelago
zlatko
View Public Profile
Send a private message to zlatko
Find all posts by zlatko