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 Message-ID: <41593FAC.AACFF060@dessent.net> Date: Tue, 28 Sep 2004 03:40:44 -0700 From: Brian Dessent Organization: My own little world... MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: file conversion utility sought: from isolatin (8859-1) to utf8 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Ralf Hauser wrote: > Are there any tools like d2u or u2d for UTF-8 for cygwin? > > In http://lists.suse.com/archive/m17n/2004-Jun/0002.html, Bjoern talks about > the "recode" and "iconv" utilities, but these don't appear to exist in > cygwin. Cygwin has a libiconv package, which you must have overlooked. $ iconv --help Usage: iconv [-c] [-s] [-f fromcode] [-t tocode] [file ...] or: iconv -l $ which iconv /usr/bin/iconv $ cygcheck -f /usr/bin/iconv libiconv-1.9.2-1 Brian -- 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/