unicode escape sequences in AppleScript strings
unicode escape sequences in AppleScript strings
- Subject: unicode escape sequences in AppleScript strings
- From: Andy Bachorski <email@hidden>
- Date: Mon, 13 Jan 2003 16:14:36 -0800
Is there a way to enter unicode escape sequences in a string in AppleScript.
My first (and only) attempt was to use the standard escape mechanism
set x to "my unicode string \u303d"
where \u303d is a standard escape sequence for representing a unicode
character in a non-unicode string. I get a compile error when trying to run
this script. I looked in the AppleScript help system but found nothing. I
looked in standard additions but found only ASCII calls. What am I missing?
andy b
_______________________________________________
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.