[RESOLVIDO]Problema com charset? Víde--> Vídeo, ajuda

<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/template.dwt" codeOutsideHTMLIsLocked="false" --> <head> <!-- InstanceBeginEditable name="doctitle" --> <title>Cena Vídeo</title> <!-- InstanceEndEditable --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="style.css" rel="stylesheet" type="text/css" /> <!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable --> </head> <body>

Acredito que o problema esteja no cabeçalho da página…
estou tendo um problema quando rodo ele em um navegador,
ali onde esta Cena Vídeo, aparece [color=darkred]Cena Vídeo[/color]
e todos os demais que estiverem com acentos, estao tendo o mesmo erro =\

Coloca esse Meta Tag entre HEAD:

<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1" />

Valeeeu :smiley:

Não esquece de colocar [Resolvido] no título :smiley:

Prontim :lol: