in reply to detecting non-ascii chars in a string
I didn't have to look far into Jcode to find my answer -- only in the documentation. The getcode function will tell me what I need. I think as long as it returns ('ascii', 1) I can be sure the string contains only ascii chars.