Re: "read from" and non-lo-ascii characters
Re: "read from" and non-lo-ascii characters
- Subject: Re: "read from" and non-lo-ascii characters
- From: "Gary (Lists)" <email@hidden>
- Date: Wed, 29 Jun 2005 18:32:20 -0400
"Gary (Lists)" wrote:
> "has" wrote:
>
>> tell application "TextCommands"
>> set c to string characters 162
>> set lst to {}
>> repeat with enc in {"latin1", "macroman", "greek", "cyrillic"}
>> set lst's end to convert to unicode c from enc
>> end repeat
>> end tell
>> lst
>
> --> Text Commands got an error. Can't get character 162.
More specifically, the phrase 'characters 162' in your script compiles to
'character 162', and the error is singular as well.
--
Gary
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden