![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
General Help All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
5 Cups of Ubuntu
![]() Join Date: Jan 2006
Location: Athens, Greece
Beans: 28
Ubuntu 9.04 Jaunty Jackalope
|
Hello everyone,
I've recently started using IRSSI for IRC, which seems very interesting, however there seems to be a problem in encoding and therefore I can not see any greek characters. My terminal supports greek characters (I can type greek and read filenames in greek). However in IRSSI all greek characters are shown as (?) -see attached screenshot- . I've tried changing the encoding to iso8859-7 (greek) by issuing the command /set term_charset iso8859-7 however the same problem persists. Is it IRSSI's problem or my terminal's? Any ideas (if any) to fix it? In X-Chat I only need to change the encoding (character set option) in the server settings. However I don't really like X-Chat Thanks everyone in advance!
__________________
Alas for the human race, alas for the kings of separation |
|
|
|
|
|
#2 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2006
Beans: 1
|
Re: IRSSI and Character Encoding
I recently had a similar problem but I wanted to use UTF-8 (to see German characters). I found this website which helped me http://jerakeen.org/blog/2005/06/23/screen-irssi-utf8/ .
He suggests makeing sure that the 'LANG' environment variable is set. For you the command you have to run might be something like: Code:
export LANG=el_GR.iso88597 You would run that in your terminal (assuming you're using bash) before starting irssi. If it works you can put that line in your ~/.bashrc file like so: Code:
echo -e "#this sets my character encoding to Greek \nexport LANG=el_GR.iso88597" >>~/.bashrc good luck and have fun with irssi - Jessica |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|