Re: Corce alias with Unicode (Japanese) to string fails
Re: Corce alias with Unicode (Japanese) to string fails
- Subject: Re: Corce alias with Unicode (Japanese) to string fails
- From: Emmanuel <email@hidden>
- Date: Thu, 14 Oct 2004 14:09:40 +0200
At 7:09 PM +0900 10/14/04, Factory SS wrote:
Yes, coercing file specification to unicode text works well.
But file specification is Finder exclusive and unable to get the
file path easily.
Not sure I understand. The following works on my machine (10.2.8):
tell application "Finder"
make new document file at desktop with properties {name:«data
utxtD842DFB7»}
end tell
set a to (choose file)
set b to name of (info for a)
-- this requires Smile
set text of (make new Unicode window) to b
-- the window displays the correct character
Emmanuel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden