Re: words in Unicode text
Re: words in Unicode text
- Subject: Re: words in Unicode text
- From: John Delacour <email@hidden>
- Date: Sat, 15 Mar 2003 20:00:09 +0000
- Mac-eudora-version: 6.0a11
At 8:18 pm +0100 15/3/03, julifos wrote:
Can anybody confirm/explain this?
"-rw-r--r--"
(count words of result) (count words of (result as Unicode text))
What's the ascii character 2 supposed to mean? Surely you know the
list won't transmit high ascii.
I have no problem with these, though, if that's what you mean:
set s to "-rw-r--r--"
(count words of s) is (count words of (s as Unicode text))
--> true
(count words of s) is not (count words of (s as Unicode text))
-->false
(count words of s) = (count words of (s as Unicode text))
--> true
(count words of s) <silly character> (count words of (s as Unicode text))
--> false
_______________________________________________
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.