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


Click here to return to the 'osascript, shebang, and unicode arguments' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
osascript, shebang, and unicode arguments
Authored by: jctull on May 02, '06 11:11:36AM

He mentioned this, and his reason it was not adequate, about two paragraphs after the summary post.



[ # ]
osascript, shebang, and unicode arguments
Authored by: wgscott on May 02, '06 01:45:31PM
You are right -- I missed it. Damn the NyQyl (TM) hangover. But either I don't understand the objection, or else it is mistaken. Here is another, slightly more complex example:
    osa_display_dialog
Invoke with the command:
osa_display_dialog  foo  bar  foobar
This gives three buttons, the third as the default, and returns the user's choice. I didn't escape anything...

[ # ]