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/

Reply via email to