16/10/2009, 11:33
|
| | | Fecha de Ingreso: diciembre-2001 Ubicación: Google
Mensajes: 762
Antigüedad: 22 años, 11 meses Puntos: 0 | |
Respuesta: Porque no me toma los acentos Hola a todos
¿Y guardando un TXT como UTF-8?, con este codigo siguen dando problemas los acentos y las Ñs, ¿alguna idea?
System.useCodepage = true;
txtBox.autoSize = "left";
txtVars = new LoadVars();
txtVars.onLoad = function(contentText) {
txt = this.contentText;
};
txtVars.load("directorio/archivo.txt");
__________________ Salu2 |