Re: [PHP-ES] Simbolo euro difere nte en dos páginas

[email protected] ("Irantzu Leunda Biskarret")
Newsgroups php.general.es
Message-ID <C484A527F1A24376888849813F3526F4@Irantzu>
Aqui las cabeceras de cada una
La de la que sale mal
<!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" />

La de la que sale bien
<!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" />

----- Original Message ----- 
From: "Ariel Camino" <[email protected]>
To: "Irantzu Leunda Biskarret" <[email protected]>
Cc: <[email protected]>
Sent: Monday, December 06, 2010 11:17 PM
Subject: Re: [PHP-ES] Simbolo euro diferente en dos páginas


Es por el charset del servidor, podes ajustarlo en la configuración de
apache o en un archivo .htaccess y cambiarlo a UTF-8. Podes buscar
como hacerlo en la documentación de apache o decirle al sysadmin
encargado.

Saludos!
-- 
Ariel Camino
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.