From ada38cb6fbaec8d1f4947d568ea4f465a1892509 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 10 Feb 2006 05:36:59 +0000 Subject: [PATCH] Totally wrong character set --- xml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml.php b/xml.php index 00667a6..534e29f 100644 --- a/xml.php +++ b/xml.php @@ -171,7 +171,7 @@ class XML } else { - $this->parser = xml_parser_create('ISSO-8859-1'); + $this->parser = xml_parser_create('ISO-8859-1'); } // create a new parser -- 2.22.5