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
