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

unicode


  • Subject: unicode
  • From: "Ana Boardman-Hsue" <email@hidden>
  • Date: Thu, 5 Dec 2002 17:00:16 -0800
  • Newsgroups: apple.lists.applescript-users
  • Organization: Apple Computer, Inc.
  • Xref: forum.apple.com apple.lists.applescript-users:30150

Hello!

I am trying to generate a list of Unicode characters the same way I used to
generate ASCII characters.
The following is the script I use generete the ASCII characters:

set theList to {"1", "b"}
repeat with j from 1 to 2
repeat with i from 1 to 255
log (item j of theList & (ASCII character (i)) & item j of theList)
end repeat
end repeat


Does anybody know the key word for Unicode Text.

Same if I want to set a variable to Unicode Text what is the key word to use
instead of ASCII characters:
ex.
set x to (ASCII character (65))

Thank You!

Ana Boardman


_______________________________________________
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.

  • Prev by Date: Re: System Folder Path - Mac OS 9
  • Next by Date: Text insertion in Photoshop 7
  • Previous by thread: WebDAV tools
  • Next by thread: Coerce Text to Date
  • Index(es):
    • Date
    • Thread