diff options
author | Christian Schneider | 2012-03-28 13:00:39 +0000 |
---|---|---|
committer | Christian Schneider | 2012-03-28 13:00:39 +0000 |
commit | b1c0b4946572027c8de564730a89ec584c830bf3 (patch) | |
tree | 81859c280f43a5cdb31ddede7300641fa530e0f8 /tests | |
parent | 49d2a5ce1b6ad201f051263db7c3a1f5ad6a39ab (diff) | |
download | itools-b1c0b4946572027c8de564730a89ec584c830bf3.tar.gz itools-b1c0b4946572027c8de564730a89ec584c830bf3.tar.bz2 itools-b1c0b4946572027c8de564730a89ec584c830bf3.zip |
Added it::any2utf8, fixed it::replace fast path to add u modified, added error reporting for invalid utf-8 input to it::match and it::replace
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/it_html.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/it_html.t b/tests/it_html.t index b1d271e..770d11a 100755 --- a/tests/it_html.t +++ b/tests/it_html.t @@ -153,6 +153,7 @@ is(it_html::entity_decode("A"), "A"); # it_html::configure(array('charset' => "iso-8859-1")); +ini_set('default_charset', "iso-8859-1"); is( it_html::sanitize('qüx'), |