Re: badly decomposed
Re: badly decomposed
- Subject: Re: badly decomposed
- From: Sander Tekelenburg <email@hidden>
- Date: Wed, 29 Mar 2006 09:08:27 +0200
At 15:39 -0800 UTC, on 2006-03-28, otempores wrote:
> Problem; iTunes 6.0.4 returns badly decomposed path of track
> locations if that path contains accented characters.
> For example sacute is decomposed into s+acute accent instead of s
> +combining acute accent. This poses major problems for I'm unable to
> process this files unix shells?
FWIW, no such problem for me with iTunes 6.0.3 under an otherwise up to date
Mac OS X 10.4.5:
tell application "iTunes"
set aFile to location of current track
end tell
set aFile to quoted form of POSIX path of aFile
set ShellScript to "cp " & aFile & " ~/Desktop"
do shell script ShellScript
--
Sander Tekelenburg, <http://www.euronet.nl/~tekelenb/>
_______________________________________________
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