Hi List
I want use the function utf8_encode
I wrote:
$test = utf8_encode("A");
echo $test;
I supposed the the output would be "E9 F8 C9" or something else,
but the output was "A".
So I'm wrong or is there a special thing what somebody must know?
Any idea?
Macloy