Re: 10.2.3
Re: 10.2.3
- Subject: Re: 10.2.3
- From: Paul Berkowitz <email@hidden>
- Date: Thu, 19 Dec 2002 20:38:23 -0800
On 12/19/02 8:21 PM, "Takaaki Naganoya" <email@hidden> wrote:
>
On 02.12.20 7:39 AM, "Paul Skinner" <email@hidden> wrote:
>
>
> Via SW update...
>
> The 10.2.3 Update delivers enhanced functionality and improved
>
> reliability for the following applications, utilities, and
>
> technologies: AppleScript, Classic compatibility, Disk Copy, Disk
>
> Utility, Image Capture, Mail, OpenGL, Print Center, and Rendezvous. It
>
> provides audio, disc recording, graphics, printing improvements, as
>
> well as AFP and WebDAV networking improvements. The update also
>
> provides updated security services and includes the latest Security
>
> Updates.
>
>
>
> For detailed information on this Update, please visit
>
> http://www.info.apple.com/kbnum/n107263
>
>
AppleScript seems to be not updated. It stay version 1.9.
Not true. Script Editor is still 1.9, but AppleScript is 1.9.1 and it has
been updated.
>
But the localization probrem seems to be solved.
>
>
Mr. Chris told us the probrem was not from AppleScript itself but from OS
>
Core foundation.
>
>
But filename misunderstanding still stay. AS 1.9 misunderstanding
>
Filename written in Japanese (maybe Chinese and Korean too,). I think it is
>
due to the bug in the routine of the understanding unicode.
>
>
For example,
>
>
tell app "Finder"
>
set b to name of (info for file tempName)
>
end tell
>
>
returns wrong file name. It is serious very much.
>
Use the Finder itself:
tell app "Finder"
set b to name of file tempPath
end tell
You shouldn't be using (info for) in the Finder anyway. But I guess you're
saying that there's a problem with (info for), even outside the Finder? Use
the Finder instead - it's all Unicode.
--
Paul Berkowitz
_______________________________________________
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.
References: | |
| >Re: 10.2.3 (From: Takaaki Naganoya <email@hidden>) |