I've got a program where I could greatly simplify things by temporarily replacing strings with single characters. However, the potential input includes any valid Unicode character. Assuming that the invalid characters are never output to anything, are there any problems that I'd encounter from using code points beyond what Unicode defines (0x110000 and above)?
Thanks, Mark Wagner -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/