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 on-the-fly charset conversion, but I am
prepared to reconsider my workflow habits and adopt some
policies.

Thanks!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 any idea of how to solve this problem? I'm thinking
 on-the-fly charset conversion, but I am prepared to reconsider my
 workflow habits and adopt some policies.

I think you can use the luit command to translate between other
character sets on a utf-8 terminal.

-- 
Dan Nelson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]