• 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: TIDs and Unicode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: TIDs and Unicode


  • Subject: Re: TIDs and Unicode
  • From: Christopher Nebel <email@hidden>
  • Date: Mon, 19 May 2003 17:38:59 -0700

On Monday, May 19, 2003, at 04:26 PM, Shane Stanley wrote:

Can anyone explain this result:

set A to "abcabc" as Unicode text
set AppleScript's text item delimiters to {"b"}
set x to text items of A
set AppleScript's text item delimiters to {"a"}
set y to text items of A
set AppleScript's text item delimiters to {""}
set z to text items of A
return {x, y, z}
--> {{"a", "ca", "c"}, {"", "bc", "bc"}, {"", "", "b", "c", "a", "b", "c"}}

The result for z looks like a bug to me (running 10.2.6, if it matters).

Known bug (3136465, originated by our very own Michelle Steiner!), fixed in a future release.


--Chris Nebel
Apple Development Tools
_______________________________________________
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: 
 >TIDs and Unicode (From: Shane Stanley <email@hidden>)

  • Prev by Date: Re: Summary: Sounds on OS X
  • Next by Date: RE: Applescript LetterRip Server
  • Previous by thread: TIDs and Unicode
  • Next by thread: Attaching a PDF using Entourage and FileMaker
  • Index(es):
    • Date
    • Thread