aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2017-11-13 08:37:22 -0500
committerBrian Cully <bjc@kublai.com>2017-11-13 08:38:50 -0500
commit61c2692fe661ebb7818d36c05e4a31e3932406bc (patch)
treef290b268b09848801968de0a46e86242ecb60ddb
parent2d963915cb5bfea0516bf6d8b6406f5ecd00e527 (diff)
downloadxmpt-61c2692fe661ebb7818d36c05e4a31e3932406bc.tar.gz
xmpt-61c2692fe661ebb7818d36c05e4a31e3932406bc.zip
Allow UTF8 source code.
-rwxr-xr-xxmpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmpt b/xmpt
index baa2710..2fe643e 100755
--- a/xmpt
+++ b/xmpt
@@ -5,6 +5,7 @@ use Getopt::Long;
use IO::File;
use IPC::Open2;
use v5.10;
+use utf8;
use strict;
use warnings;