On 11/20/07, Mark Wagner <[EMAIL PROTECTED]> wrote:
> 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)?

It's not clear what you're trying to do. You can replace any character
with any other, but whether or not that causes problems depends upon
your ultimate goals.

It sounds as if this isn't a beginning Perl question. You may be able
to get better and faster answers if you inquire in a forum
specifically about Unicode issues.

Good luck with it!

--Tom Phoenix
Stonehenge Perl Training

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to