in reply to CGI.pm Filter out recurring NULL Bytes
The most likely way you'd get recurring null bytes is if you are using UTF-16 for page character encoding. In that case filtering the null bytes is not the answer. Instead use an appropriate decoder.
If your problem stems from some other source you need to tell us more about the context of your problem.
|
|---|