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: Tue, 12 Oct 2004 18:12:17 +0200
At 4:12 PM +0200 10/12/04, Christian Vick wrote:
set AppleScript's text item delimiters to {return}
set temp to (AliasList as Unicode text)
...it builds the string up to the first item that contains Unicode, then it
fails silently.
Bizarre, on my machine (10.2.8) this works:
x1 is alias "bla:roman"
x2 is alias "bla:chinese"
set y to {x1, x2}
set text item delimiters to return
y as Unicode text
-- returns the correct string
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