Re: unicode escape sequences in AppleScript strings
Re: unicode escape sequences in AppleScript strings
- Subject: Re: unicode escape sequences in AppleScript strings
- From: Paul Berkowitz <email@hidden>
- Date: Wed, 15 Jan 2003 09:05:13 -0800
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):
>
>
-- replace << and >> with option-\ and option-shift-\
>
>
set myUnicodeChar to IntegerToUnicodeChar(8482) -- trademark
>
set myUnicodeChar to IntegerToUnicodeChar(8226) -- bullet
>
>
>
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)
>
>
end IntegerToUnicodeChar
--
Paul Berkowitz
_______________________________________________
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.