• 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 Codepoints
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Prev by Date: Re: Round a number towards zero!
  • Next by Date: Re: Round a number towards zero!
  • Previous by thread: Re: Round a number towards zero!
  • Next by thread: Re: Unicode Codepoints
  • Index(es):
    • Date
    • Thread