PHP automatically converts characters to UTF-8
Hi,When I enter something like this into text field:
˝˝˝˝
$_POST['textfield_name'] will be:
˝˝˝˝
And not:
˝˝˝˝
So it converts some characters to UTF-8 format when I'm using POST method. This is the first time I see something like that but maybe some of you already know what's the problem.
PHP 4.4.0
Apache 1.3.33
FreeBSD