Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/08/2008, 13:42
gabyrsh
 
Fecha de Ingreso: mayo-2005
Mensajes: 257
Antigüedad: 19 años
Puntos: 1
Respuesta: Consulta sobre Zend y Acentos.

bueno, hay algo que no entiendo, mira mi codigo html es el siguiente:

Código PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin t&iacute;tulo también - cómo - éáí</title>
</head>
<body>
<table width="790" border="1" align="center">
  <tr>
    <td width="131">&nbsp;</td>
    <td width="527">&nbsp;</td>
    <td width="110">&nbsp;</td>
  </tr>
  <tr>
    <td><div align="center">Izquierda</div></td>
    <td><div align="center"><?php echo $this->layout()->content ?>
    </div></td>
    <td><div align="center">Derecha</div></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>
</body>
</html>
si lo grabo en un archivo html, y lo miró (normalmente), el titulo del documento se ve bien, pero si grabo este archivo, para usarlo como layout en el zend como archivo layout.phtml, se ve mal. (hablando de los acentos)

Entonces, que es lo mal que estoy haciendo??

Un abrazo