[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] wget / character set
From: |
Paul McFerrin |
Subject: |
Re: [Bug-wget] wget / character set |
Date: |
Mon, 07 Sep 2009 14:06:25 -0400 |
User-agent: |
Thunderbird 2.0.0.23 (Windows/20090812) |
On what OS does the command "recode" exists? It does not appear in the Cygwin
distro.
Hi,
You are correct; the problem was the UTF-8 character set used by
Google sites (which runs that site).
The solution to my problem is to run find on all files and execute recode:
find /temp/path -type f -exec /usr/bin/recode -f ascii {} \;
Many thanks,
Alex