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