From 09b101124cf8427cbaf6c0fb76636f530a2397d5 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Tue, 17 Jul 2012 14:52:15 +0000 Subject: it::any2utf8: leave true/false/objects untouched --- it.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it.class b/it.class index 250c133..5b34188 100644 --- a/it.class +++ b/it.class @@ -422,7 +422,7 @@ function any2utf8($value, $errmsg = "") if (is_string($v) || is_array($v)) $value[$idx] = self::any2utf8($v, $errmsg); } - else + else if (is_string($value)) { if (grapheme_strlen($value) === null) list($value, $error) = array(utf8_encode($value), utf8_encode("$errmsg: incorrect utf8-encoding. input=" . trim($value))); -- cgit v1.2.3