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 --- tests/it.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/it.t b/tests/it.t index 8e4a7e2..26a4e25 100755 --- a/tests/it.t +++ b/tests/it.t @@ -369,4 +369,6 @@ is(it::any2utf8( ' !"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ', "it::any2utf8 latin1 input (exhaustive alphabet)"); +is(it::any2utf8(utf8_encode("ü")), "ü", "it::any2utf8 double encoding"); + ?> -- cgit v1.2.3