Kbase P77089: cannot see Spanish character in HTML document
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  19/04/2004 |
|
Status: Unverified
SYMPTOM(s):
cannot see Spanish character in HTML document
FIX:
HTML documenthas the following:
<div http-equiv="Content-Type" content="text/html; charset=iso-utf-8">
<?xml version="1.0" encoding="ISO-8859-1"?>
Change it for:
<div http-equiv="Content-Type" content="text/html; charset="iso-8859-1">
remove the line:
<?xml version="1.0" encoding="ISO-8859-1"?>