Re: Unicode in AppleScript
Re: Unicode in AppleScript
- Subject: Re: Unicode in AppleScript
- From: Matt Neuburg <email@hidden>
- Date: Thu, 18 Aug 2005 15:55:36 -0700
On Wed, 17 Aug 2005 11:42:51 -0200, Jerry Brace <email@hidden> said:
>tell application "iTunes"
> play playlist "?????"
>end tell
>
>NOTE: "??????" is suppose to be the special Unicode characters
But it can never be, because a literal string in AppleScript is MacRoman
only. There ways of creating a Unicode string in AppleScript, but they are
ugly, and that's now how you do it. See my book for more (or just write me
offline). m.
--
matt neuburg, phd = email@hidden, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide
<http://www.amazon.com/exec/obidos/ASIN/0596005571/somethingsbymatt>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden