Hi all,
I have a bunch of (LaTeX) files that are encoded with mac-roman which I would like to convert to UFT8. I tried iconv (iconv -f MACROMAN -t UTF-8 ...) which is not working properly, but working with BBEdit does the job fine (open file, change encoding at the bottom of the window, save).
Now I would like to automate the procedure because I have dozens of such files. Can I do that, using AppleScript or some other method?
Thanks !