Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 28 Sep 2004 03:43:43 -0700 From: Yitzchak Scott-Thoennes To: cygwin AT cygwin DOT com Subject: Re: file conversion utility sought: from isolatin (8859-1) to utf8 Message-ID: <20040928104343.GA3668@efn.org> References: <20040928101722 DOT EAF3A1706FE AT samwise DOT efn DOT org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040928101722.EAF3A1706FE@samwise.efn.org> User-Agent: Mutt/1.4.1i Organization: bs"d X-IsSubscribed: yes On Tue, Sep 28, 2004 at 12:17:04PM +0200, Ralf Hauser wrote: > Hi, > > Are there any tools like d2u or u2d for UTF-8 for cygwin? "perl -CI -pe0" will convert utf8 stdin to latin1 stdout "perl -CO -pe0" will do the reverse. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/