first of all: you indicate any encoding in the header of the page? second: the encoding of the files match?
if js expected an encoding, but the constant is assigned to these in other encoding... you know what is the problem ;) a bit more but in spanish: se puede indicar la codificación del charset en el header de la página web pero si el documento no está guardado en el mismo charset, cuando hagas asignaciones, se mal interpretarán los caracteres. mi recomendación sería que especifiques (si no lo haces) la codificación que debe usar el navegador para interpretar y mostrar los caracteres; que edites los archivos con algun editor que te permita cambiarle el charset al docuento (por ejemplo el notepad++) y te asegures que coincidan el charset del documento y el indicado en el header. con eso ya no debieras tener más problemas... -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.
