• 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: unicode escape sequences in AppleScript strings
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Re: unicode escape sequences in AppleScript strings (From: "Arthur J. Knapp" <email@hidden>)

  • Prev by Date: Freehand export to SWF
  • Next by Date: Scripting network volumes using UAMs
  • Previous by thread: Re: unicode escape sequences in AppleScript strings
  • Next by thread: Re: unicode escape sequences in AppleScript strings
  • Index(es):
    • Date
    • Thread