Hi Yves,

I tested with a file named Sébastien.mov
and I got the correct encoding Se%CC%81bastien.mov
The player can open the file.
Is it possible we don't have the same character é ?


Hi Thierry


in fact, I use a shell function to use spotlight

function mdfind pQuery
  -- This one find matching files based on a given query.
  return shell("mdfind" && pQuery)
end mdfind


  ask "Quel mot" as sheet
  if it is empty then exit to top
  put it into tSearch
  put mdfind(tSearch) into tmp

the variable "tmp" contains "unreadable" pathToFile
I hoped with your function to retrieve the files given with the pathToFile
but it doesn't work ...

Perhaps you have a tip ?

Thanks.


Greetings.

Yves COPPE
[EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to