From 177de5290677a71fe95e5264f1f21fad9cc7c469 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Fri, 20 Apr 2012 10:17:43 +0000 Subject: any2utf8 quote fix and test --- it.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it.class') diff --git a/it.class b/it.class index 5ff09fd..b84c740 100644 --- a/it.class +++ b/it.class @@ -415,7 +415,7 @@ function any2utf8($value) if (grapheme_strlen($value) === null) $value = utf8_encode($value); - return preg_replace('/\xc3\x83\xc2([\xbc\xa9\xa4\xb6\xa8\xa2\xa0\xb4\xaa\xa7\x84\xab\xae\x9c\xaf\x96\xb2\xbb\xb9\x9f])/', '\xc3$1', $value); # fix most common double encodings, UTF8SAFE + return preg_replace('/\xc3\x83\xc2([\xbc\xa9\xa4\xb6\xa8\xa2\xa0\xb4\xaa\xa7\x84\xab\xae\x9c\xaf\x96\xb2\xbb\xb9\x9f])/', "\xc3\$1", $value); # fix most common double encodings, UTF8SAFE } /** -- cgit v1.2.3