This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


On Tue, Sep 28, 2004 at 12:17:04PM +0200, Ralf Hauser <ralfhauser@gmx.ch> 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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]