summaryrefslogtreecommitdiff
path: root/lib/CGI/t/html.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CGI/t/html.t')
-rwxr-xr-xlib/CGI/t/html.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CGI/t/html.t b/lib/CGI/t/html.t
index 93e5dac648..643bbde5a3 100755
--- a/lib/CGI/t/html.t
+++ b/lib/CGI/t/html.t
@@ -15,6 +15,8 @@ use CGI (':standard','-no_debug','*h3','start_table');
$loaded = 1;
print "ok 1\n";
+no utf8; # we contain Latin-1
+
######################### End of black magic.
my $CRLF = "\015\012";