Sorry, Linux - in my case Redhat EL 5. Alex
On 9/7/09, Paul McFerrin <[email protected]> wrote: > 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 > > > > -- Sent from my mobile device Alex Davies This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the sender immediately by e-mail and delete this e-mail permanently.
