Fwd: Applescript and characters accented in a path
Fwd: Applescript and characters accented in a path
- Subject: Fwd: Applescript and characters accented in a path
- From: Jean-Baptiste LE STANG <email@hidden>
- Date: Mon, 1 Sep 2003 23:01:00 +0200
Mac OS X uses Unicode. You must express all paths as 'Unicode text'
and not as 'string'. Strings are only the same as Unicode (utf-8) if
they contain only 7-bit characters.
So maybe you can try the following :
set f to path to desktop
set f to (f as Unicode text) as alias
JB
_______________________________________________
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.