Re: Unicode Character in File Name
Re: Unicode Character in File Name
- Subject: Re: Unicode Character in File Name
- From: Luther Fuller <email@hidden>
- Date: Mon, 06 Apr 2009 16:15:55 -0500
On Apr 6, 2009, at 10:06 AM, Mark J. Reed wrote:
Interestingly, it works with a literal number:
tell application "Finder" to character id 65
But not with a var, no matter how obtained:
And since I'm using a literal, I simply drop the "tell me to " and use
this ...
tell application "Finder"
...
if exists alias file "xxxxxx" of someFolder then
set fileAlias to (alias file "xxxxxx" of someFolder) as alias
"xxxxxx " & (character id 9664)
set name of fileAlias to the result
end if
set locked of someFolder to true
...
end tell
Which brings me back to the original question:
Can I depend on the Finder always displaying this character correctly
in any language?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden