Expect to see a JS alert with the message "iso-8859-1: àáâãäåæ" .<script language="JavaScript" src="isolatin1.js"></script>
Expect to see a JS alert with the message "iso-8859-1: àáâãäåæ" .<script language="JavaScript" src="isolatin1.js" charset="iso-8859-1"></script>
Expect to see a JS alert with the message "utf-8: àáâãäåæ" .<script language="JavaScript" src="utf8.js" charset="utf-8"></script>