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

Yitzchak Scott-Thoennes sthoenna@efn.org
Tue Sep 28 11:48:00 GMT 2004


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/



More information about the Cygwin mailing list