you've tried to use automator or to create your own script via shell?

e.g. (from terminal):

     cd some_folder
     for file in *.csv; do iconv -f ISO-8859-1 -t UTF-8 "$file" > 
"$file.utf-8"; done

regards!

El sábado, 20 de octubre de 2012 15:49:26 UTC+2, AB escribió:
>
> I have thousands of files to convert from latin1 to utf8, is there any way 
> of doing this ? I don't use unix except under severe pressure, and need to 
> retain the directory structure. 
>
> The AS by Nobumi Iyanaga no longer works. 
>
> Thanks for any help! 
>
> AB

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem, 
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>



Reply via email to