• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: File containing non-English characters
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: File containing non-English characters


  • Subject: Re: File containing non-English characters
  • From: Kirill Kortchagin <email@hidden>
  • Date: Thu, 23 May 2002 15:35:44 +0400

on 23.05.2002 15:08, J. Bunse at email@hidden ?? ??? ??????:

> Operations on file and alias objects may fail if the name of any folder
> containing the designated file contains a non-English character (for
> example, Japanese text, accented characters, or certain symbols).

And Cirillic characters too ;(
Drop all aliases away. Use only referenses to file, folder or item and
strings. If you are use open handler or choose commands of Standart
Additions, try immediately coerce returned aliases to reference to file,
folder, item or string.
For Example:

on open (theList)
set NewList to {}
tell application "Finder"
repeat with x in theList
set end of NewList to item x
end repeat
end tell
ExploreFolder(NewList)
end open

on ExploreFolder(ListOfReferences)
...
end

With MacOS X this truble is harder.

--
Aha-pupok
http://www.yezhe.ru/applescript/
email@hidden
_______________________________________________
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.

References: 
 >File containing non-English characters (From: "J. Bunse" <email@hidden>)

  • Prev by Date: Classic running?
  • Next by Date: Getting the configuration method of an active interface
  • Previous by thread: File containing non-English characters
  • Next by thread: Classic running?
  • Index(es):
    • Date
    • Thread