Re: Panther: AppleScript 1.9.2 Release Notes
Re: Panther: AppleScript 1.9.2 Release Notes
- Subject: Re: Panther: AppleScript 1.9.2 Release Notes
- From: Takaaki Naganoya <email@hidden>
- Date: Thu, 30 Oct 2003 10:52:44 +0900
On 03.10.30 8:25 AM, "Lorin Rivers" <email@hidden> wrote:
>
Backslashes in strings now work correctly on Japanese systems. [3390330]
Many Japanese users doesn't know how to input backslashes and that is equal
to Yen mark.
There is no remark in AppleScript help to suggest to use backslash as escape
character to display or handle double quote.
The suppliment AppleScript using backslashes can not compile or execute any
more in Panther. It causes a lot of troubles.
Can you call it "work correctly" ?
URL Protocol Messaging looks bad in Japanese environment, too.
If I clicked the sample code on Apple's web site like this..
http://www.apple.com/applescript/ical/
My Script Editor recieved the sample script in one line. like this..
trytell application "iTunes"launchset the playlist_names to the name of
every playlistif playlist_names contains "Audio Alarm" thenset this_track to
some track of playlist "Audio Alarm"else if the playlist_names contains "Top
25 Most Played" thenset this_track to some track of playlist "Top 25 Most
Played"elseset this_track to some track of playlist "Library"end ifplay
this_trackend tellend try
I think this is a bug.
--
Takaaki Naganoya
Newt On Division, EIG K.K.
http://eig.jp/kotodama/
email@hidden
ichat: email@hidden
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.