* Thus wrote Diana Castillo ([EMAIL PROTECTED]): > we are recieving � as Ñ > �what type of code is that?
Thats an html entity code.
> Is there a function in php to convert it?
echo chr(substr('Ñ', 2, 3));
Curt
--
"I used to think I was indecisive, but now I'm not so sure."
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

