On-the-fly auto charset conversion or something

2006-12-17 Thread Andrew Pantyukhin
Hi! I now have to work with several charsets simultaneously. Naturally, I use UTF-8 in xterm, but whenever I need to work with some exotic (8-bit mostly) charset, I have to resort to iconv(1), which is not very comfortable. Does anyone have any idea of how to solve this problem? I'm thinking

Re: On-the-fly auto charset conversion or something

2006-12-17 Thread Dan Nelson
In the last episode (Dec 17), Andrew Pantyukhin said: I now have to work with several charsets simultaneously. Naturally, I use UTF-8 in xterm, but whenever I need to work with some exotic (8-bit mostly) charset, I have to resort to iconv(1), which is not very comfortable. Does anyone have