Re: Unicode Codepoints
Re: Unicode Codepoints
- Subject: Re: Unicode Codepoints
- From: bill <email@hidden>
- Date: Fri, 18 Mar 2005 22:33:05 +0800
Rob,
You may try:
tell application "TextEdit"
activate
make new document at front
tell document 1
-- a single character "H"
set text 1 to «data utxt0048»
end tell
tell document 1
-- a Tibetan mantra
set text 1 to text 1 & return & return & «data
utxt0F000F0B0F4F0FB00F0B0F620F7A0F0B0F4F0F740F4F0F9F0FB00F0B0F620F7A0F0B
0F4F0F740F0B0F620F7A0F0B0F660FAD0FB00F0B0F670FB00F0D»
end tell
tell document 1
-- code points beyond U+FFFF
-- e.g. U+2F9F4, input as D87EDDF4
set text 1 to text 1 & return & return & «data utxtD87EDDF4»
end tell
end tell
Have fun, or headache :)
bill
_______________________________________________
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