My page (Header of a table and a modal popup), in accented letters or characters of the Portuguese language, are coming illegibly. In the head of the page I have this statement:
<head>
<title><%=Application("app")%></title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<script type="text/javascript" src="../../gen/modal/jquery-ui.min.js"></script>
<script type="text/javascript" src="../../gen/modal/modal.crossbrowser.min.js"></script>
<link rel="stylesheet" type="text/css" href="\gen\css\css002.css">
<link rel="stylesheet" type="text/css" href="\gen\css\css007.css"> <!--cadeia de pagamento -->
<script type="text/javascript" src="\gen\js\tabelafixa.js"></script><!--cadeia de pagamento -->
<script src="../../gen/js/cpaint2.inc.compressed.js" type="text/javascript"></script>
<script type="text/javascript" src="\atb\asp\atb0037.js?<%=now()%>"></script>
<script type="text/javascript" src="\atc\asp\atc0006.js?<%=now()%>"></script>
<script type="text/javascript" src="\cal\asp\cal0087.js?<%=now()%>"></script>
<script type="text/javascript" src="\cal\asp\cal0088.js?<%=now()%>"></script>
<!--INICIO BARRA DE PROGRESSO-->
<script type="text/javascript" src="../../gen/js/waitbar.js"></script>
<link rel="stylesheet" type="text/css" href="\gen\css\progbar.css">
<!--FIM BARRA DE PROGRESSO-->
</head>
In the meta tag I also did this and did not solve:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
I've already passed UTF to utf and still nothing. I have a popup calling page and in it I have the includes and the meta for characters. The grid (table) is on the same page as the popup. see the grid image as it is.