Ver Mensaje Individual
  #5 (permalink)  
Antiguo 16/08/2007, 02:55
KAISER-77
 
Fecha de Ingreso: mayo-2007
Mensajes: 15
Antigedad: 17 aos, 7 meses
Puntos: 1
Re: Problemas con acentos y s

Eso ya lo probe pero no consegui nada asi pues al final he echo esto:
variable = variable.replace("á", "");
variable = variable.replace("é", "");
variable = variable.replace("*", "");
variable = variable.replace("ó", "");
variable = variable.replace("ú", "");
variable = variable.replace("Á", "");
variable = variable.replace("‰", "");
variable = variable.replace("Í", "");
variable = variable.replace("“", "");
variable = variable.replace("š", "");
variable = variable.replace("ñ", "");
variable = variable.replace("‘", "");

Lo he reemplazado a mano, no es el arreglo mas bonito ni mas seguro pero al menos funciona .

Muchas gracias a tods:)