Ver Mensaje Individual
  #6 (permalink)  
Antiguo 13/10/2011, 13:27
Death_Empire
 
Fecha de Ingreso: febrero-2010
Mensajes: 818
Antigüedad: 15 años, 2 meses
Puntos: 55
Respuesta: Problema con htmlentities

http://cl.php.net/manual/es/function.utf8-encode.php

http://cl.php.net/manual/es/function.utf8-decode.php

usa las funciones de php para comvertir caracteres

$this->words=utf8_encode($words);