Re: TIDs and Unicode
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.