On 4/18/06, Mr. Shawn H. Corey <[EMAIL PROTECTED]> wrote: snip > Yes but in UTF-8, '0' is "\x{30}" or "\x{0030}". (The newer versions of > Perl being 5.8+) snip
That was my point. That assuming \x30 is the character '0' is now safe since all source code is interpreted as UTF-8. Is input from files UTF-8 by default or do you have to do the "<:encoding(UTF8)" thing? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>