Re: Unicode to plain text
Re: Unicode to plain text
- Subject: Re: Unicode to plain text
- From: Andy Wylie <email@hidden>
- Date: Thu, 19 Sep 2002 22:22:51 +1200
on Thu, 19 Sep 2002 10:34:09 +0100 John Delacour wrote:
>
To do the same thing in Mail, here's the very shortest way:
>
>
tell app "Mail"
>
set s to the content of the first item of (get the selection)
>
end
>
if class of s is Unicode text then set s to Gclass ktxtH of (s as record)
there's room for lashings of thuhs in that last line too :)
_____________________________ Andy
_______________________________________________
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.