Gedit is a good text editor with many plugins which make it become almost an IDE. In many cases, I prefer it to eclipse for example.
But for php it misses heredoc string highlighting. Continue Reading
Archives
All posts for the month May, 2007
A nice and good mix from my brother in law, big Dj with big dreadlocks
. Progressive style from ragga-jungle to breakcore with hard drums and fat basses as mentioned in the name. To download and listen absolutely !
DJ_Silenz-hard_drums_and_fat_bass-2005.rar
playlist included.
The problem :
My system is ubuntu with an UTF-8 encoding but most of the IRC channels wher I live use ISO_8859-1 or ISO_8859-15, so what can I do ?
The possible solution :
I ran irssi in a screen: like this :
screen -U -m irssi -c mon_network_ou_server_qui_va_bien
then in irssi I ran these commands :
/set recode ON
/set recode_out_default_charset ISO_8859-1
/set recode_fallback utf-8
/set recode_autodetect_utf8 ON
/recode add #channel_name ISO_8859-15
The last line has to be repeated for each channel (in the channel window)