--- In [email protected], Alan Martin <[EMAIL PROTECTED]> wrote: > Even better... > > MiscPlugin.is_ascii(String) > tests every character in String to see if it is > between ascii 0 and ascii 127
PowerPro should be able to handle any non-null single byte character, _not_ just ascii characters <=127. But double byte characters will fail is they can validly contain zero bytes. I agree that PowerPro strings/commands are _not_ the way to go if you wan to manipulate unicode (double btye) strings/file names. Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
