Re: question about creating alias from UTF8 path name
Re: question about creating alias from UTF8 path name
- Subject: Re: question about creating alias from UTF8 path name
- From: Matthew Smith <email@hidden>
- Date: Wed, 02 Dec 2009 07:30:15 +0800
What happens when you remove the string coercion?
set posixAlias to POSIX file filepath as alias tell application myApplication to open posixAlias
Matthew Smith
On 02/12/2009, at 07:16 , Y Ren wrote: set apName to POSIX file filepath as string set posixAlias to alias apName tell application myApplication to open posixAlias
These can never work if filepath contains characters which are not one byte such as cjk names. Can anyone tell me how to make my application open files with cjk names.
thanks.
|
_______________________________________________
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