Hi!
This is the code:
use CGI; set_url_encoding('utf-8');
The problem is that "use CGI" automagically initializes the parameters *before* I set the encoding of them, so set_url_encoding will run too late.
Any idea?
Bye, Andras
Hi!
This is the code:
use CGI; set_url_encoding('utf-8');
Any idea?
Bye, Andras