On Thu, Mar 26, 2009 at 10:04 AM, mfstuart <[email protected]> wrote: > > Hi Sarah, > Jacque emailed my off line and suggested checking that each character was > within 1 to 255 - charToNum(theChar). > So I created a simple stack with a repeat for each char theChar in > theMessageText. > And found no chars outside that range. > For instance: Björnke - each character is within 1 to 255. > I'm assuming this is the way to do this? > > Also, what is non-standard characters, I guess is the question from me?
I would check for characters in the ASCII range 1 - 127 as different systems encode the higher numbered characters differently. Cheers, Sarah _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
