file conversion utility sought: from isolatin (8859-1) to utf8

2004-09-28 Thread Ralf Hauser
Hi, 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. I need to convert many pages for a web-site in a batch. I imagine something li

Re: file conversion utility sought: from isolatin (8859-1) to utf8

2004-09-28 Thread Brian Dessent
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 ov

Re: file conversion utility sought: from isolatin (8859-1) to utf8

2004-09-28 Thread Yitzchak Scott-Thoennes
On Tue, Sep 28, 2004 at 12:17:04PM +0200, Ralf Hauser <[EMAIL PROTECTED]> 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/#unsub

Re: file conversion utility sought: from isolatin (8859-1) to utf8

2004-09-28 Thread Robert Schmidt
Ralf Hauser wrote: Hi, Are there any tools like d2u or u2d for UTF-8 for cygwin? > ... A starting point might be http://userpage.fu-berlin.de/~ram/pub/pub_kfd8tk88g/perl_unicode_en ? Not particularly cygwin related, but anyway... This is a better start: http://www.perldoc.com/perl5.8.0/lib/Encode.h

RE: file conversion utility sought: from isolatin (8859-1) to utf8

2004-09-28 Thread Jörg Schaible
Ralf Hauser wrote on Tuesday, September 28, 2004 12:17 PM: > Hi, > > 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. Reco

Re: file conversion utility sought: from isolatin (8859-1) to utf8

2004-09-28 Thread Ehud Karni
On Tue, 28 Sep 2004 13:48:23 +0200, [EMAIL PROTECTED] wrote: > > Ralf Hauser wrote on Tuesday, September 28, 2004 12:17 PM: > > > Hi, > > > > 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 "recod