Re: unicode escape sequences in AppleScript strings
Re: unicode escape sequences in AppleScript strings
- Subject: Re: unicode escape sequences in AppleScript strings
- From: "Arthur J. Knapp" <email@hidden>
- Date: Wed, 15 Jan 2003 15:46:00 -0500
>
Date: Wed, 15 Jan 2003 09:05:13 -0800
>
Subject: Re: unicode escape sequences in AppleScript strings
>
From: Paul Berkowitz <email@hidden>
>
On 1/15/03 8:34 AM, "Arthur J. Knapp" <email@hidden> wrote:
>
> Please let me know if this works on OSX, (or if you have problems under
>
> classic):
>
> set myUnicodeChar to IntegerToUnicodeChar(8482) -- trademark
>
> property ksUsrfUtxt : ({{p:<<data utxt0000>>}} as string)'s text 1 thru -3
>
> on IntegerToUnicodeChar(i)
>
> set c4 to ({{p:i}} as string)'s text -2 thru -1
>
> return ((my ksUsrfUtxt & c4) as record)'s p
>
Can't make "dle2TEXT0usrflistTEXTpeutxt!\"" into a record.
>
(OS 10.2.3 , AS 1.9.1)
Well, that's no good... ;-)
Hopefully my other solution is doing slightly better?
{ Arthur Knapp, of <
http://www.STELLARViSIONs.com>
a r t h u r @ s t e l l a r v i s i o n s . c o m
"Safe the Nature" - political graffiti in Prague
}
_______________________________________________
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.