Testing special characters (e.g., omega)
Testing special characters (e.g., omega)
- Subject: Testing special characters (e.g., omega)
- From: Jeffrey Mattox <email@hidden>
- Date: Thu, 30 Jan 2003 23:25:41 -0600
How do I test for characters such as (omega, Option-z) and
(sigma, Option-w)? If I test for those characters directly, they
never match. For example, this test is never true
if ( theChar is "" ) then
display dialog "got an omega"
end if
If I log the characters begin tested, I get these constructs, which I
don't understand:
Omega: "\\u03a9"
Sigma: "\\u2211"
Jeff
_______________________________________________
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.