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


Click here to return to the 'A script to provide Growl notices on folder modification' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A script to provide Growl notices on folder modification
Authored by: jacobolus on May 18, '06 01:16:35PM
This is an encoding issue. The ¬ character ends up looking funny when you translate it between Unicode, Mac Roman, and ISO Latin 1 character encodings. Just replace the funny pair of letters with a single ¬, and you should be fine.

[ Reply to This | # ]