Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Character conversion with textutil' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Character conversion with textutil
Authored by: fds on Mar 16, '06 10:58:43AM

If they are both plain text files, it's probably simpler to just use iconv:

iconv -f mac -t iso-8859-1 mytextfile.txt



[ Reply to This | # ]
10.4: Character conversion with textutil
Authored by: Kosice on Mar 16, '06 12:49:02PM

Could one of the great reader of this news use this info to create a script that would unzip .zip file from windows while converting file names from latin-1 to macroman?

thanks



[ Reply to This | # ]
10.4: Character conversion with textutil
Authored by: fitzgunnar on Mar 17, '06 01:24:28AM

Great! I had missed that one completely.

/MagnusG!



[ Reply to This | # ]