• 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: words in Unicode text
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >words in Unicode text (From: julifos <email@hidden>)

  • Prev by Date: words in Unicode text
  • Next by Date: Batch MP3 Editing
  • Previous by thread: words in Unicode text
  • Next by thread: Re: words in Unicode text
  • Index(es):
    • Date
    • Thread