On occasion I get files that have names mangled (mis-encoded, often from an archive file) by the senders. How do I fix the encoding on an Intel Mac?
I am aware of Apple's File Name Encoding Repair utility, but that is for PowerPC macs only (I've used it before and despite the awkward UI it really works). Has anyone made such a utility in a universal binary application?
recodeandiconv(from <stackoverflow.com/questions/691040/…). The difficult part will be to guess the original encoding... – jaume Nov 19 '12 at 9:13