I have a string with an n with a tilde. mb_detect_encoding says it's UTF-8. 
I set the http encoding to UTF-8 and also the internal encoding. However, I 
cannot produce proper output with echo $varwithtilde.

echo  $returnArray[$i]->address1.' has 
'.mb_detect_encoding($returnArray[$i]->address1)
does NOT produce correct output in a browser or with the W3C validator, 
although it says the encoding of the var is UTF-8.

What's wrong?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to