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:)