From: "Curt Zirzow" <[EMAIL PROTECTED]>
> * 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));also, http://us2.php.net/manual/en/function.html-entity-decode.php ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

