in reply to Re: Extra CGI.pm safety by stripping \x00 bytes?
in thread Extra CGI.pm safety by stripping \x00 bytes?
There's no null byte in the UTF-8 encoding of \x2400 (it's E2, 90, 80). Null bytes shouldn't appear in UTF-8 streams unless actually representing a null character: it's part of the design of UTF-8 that any byte <128 represents itself.