On Nov 20, 2007 7:28 PM, Tom Phoenix <[EMAIL PROTECTED]> wrote:
>
> 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.

To simplify the question, can I use characters that aren't valid
Unicode, and if so, are there any consequences?

-- 
Mark

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


Reply via email to