From 40a613b4dbde6765672c839d662976dd17c407d4 Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Tue, 23 Nov 2010 16:18:48 +0000 Subject: [PATCH] Cleanup: replaced remaining occurences of ISO-8859-1 SVN:trunk[966] --- application/csvpage.class.inc.php | 2 +- core/archive.class.inc.php | 2 +- pages/opensearch.xml.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/csvpage.class.inc.php b/application/csvpage.class.inc.php index 7ccf83782..0d657776e 100644 --- a/application/csvpage.class.inc.php +++ b/application/csvpage.class.inc.php @@ -31,7 +31,7 @@ class CSVPage extends WebPage function __construct($s_title) { parent::__construct($s_title); - $this->add_header("Content-type: text/html; charset=iso-8859-1"); + $this->add_header("Content-type: text/html; charset=utf-8"); $this->add_header("Cache-control: no-cache"); } diff --git a/core/archive.class.inc.php b/core/archive.class.inc.php index 082cd989a..bb5f3b150 100644 --- a/core/archive.class.inc.php +++ b/core/archive.class.inc.php @@ -142,7 +142,7 @@ class iTopArchive public function WriteCatalog() { - $sXml = "\n"; // split the XML closing tag that disturbs PSPad's syntax coloring + $sXml = "\n"; // split the XML closing tag that disturbs PSPad's syntax coloring $sXml .= "\n"; $sXml .= "{$this->m_sTitle}\n"; $sXml .= "{$this->m_sDescription}\n"; diff --git a/pages/opensearch.xml.php b/pages/opensearch.xml.php index 14730bbac..c07ee594f 100644 --- a/pages/opensearch.xml.php +++ b/pages/opensearch.xml.php @@ -32,7 +32,7 @@ iTop webmaster@itop.com Search in iTop -ISO-8859-1 +UTF-8