use strict;
use warnings;
use Test::More tests => 6;
use Test::More tests => 7;
BEGIN {
use_ok('C4::Charset');
}
$octets = "a\xc2" . "c";
ok(!IsStringUTF8ish($octets), "verify octets are not valid UTF-8");
-
ok(!SetUTF8Flag(), 'Testing SetUTF8Flag' );