From 6e84f00bd325c126281d934fb118325e16bd1c2c Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 6 Feb 2006 00:37:20 +0000 Subject: [PATCH] UTF-8 shouldn't be the default --- xml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml.php b/xml.php index 5355d8f..e33e170 100644 --- a/xml.php +++ b/xml.php @@ -155,7 +155,7 @@ class XML * * @return array Array with all the XML data parsed */ - function parse($data, $utf8 = true) + function parse($data, $utf8 = false) { $this->registry->check_isso_fields(get_class($this)); -- 2.22.5