From owner-freebsd-questions@FreeBSD.ORG Sun Dec 17 18:43:52 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D340216A415 for ; Sun, 17 Dec 2006 18:43:52 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EDBF43CAE for ; Sun, 17 Dec 2006 18:43:52 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1146382uge for ; Sun, 17 Dec 2006 10:43:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=FVG7yBaHlkyK/aIqrLIwDln1iwUMvgOSdv4/T6+oGIOkPRkPwW9/c3izyxH4T5mHDvK0osPqGS7tIDADIA16fEfT5Iuskz9Q8wJdyDxtKwRGGVyyL2zLWMYGbHStx1HNIazPak1Cor3vJoimzyjwdAA+7jn0vR30eGrcCtSmfqg= Received: by 10.78.193.19 with SMTP id q19mr2173129huf.1166381030662; Sun, 17 Dec 2006 10:43:50 -0800 (PST) Received: by 10.78.167.16 with HTTP; Sun, 17 Dec 2006 10:43:50 -0800 (PST) Message-ID: Date: Sun, 17 Dec 2006 21:43:50 +0300 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "FreeBSD Questions" , frdp@freebsd.org.ua MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 65c71b6a38c7d535 Cc: Subject: On-the-fly auto charset conversion or something X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 18:43:52 -0000 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!