diff options
author | Brian Cully <bjc@kublai.com> | 2017-11-13 08:37:22 -0500 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2017-11-13 08:38:50 -0500 |
commit | 61c2692fe661ebb7818d36c05e4a31e3932406bc (patch) | |
tree | f290b268b09848801968de0a46e86242ecb60ddb | |
parent | 2d963915cb5bfea0516bf6d8b6406f5ecd00e527 (diff) | |
download | xmpt-61c2692fe661ebb7818d36c05e4a31e3932406bc.tar.gz xmpt-61c2692fe661ebb7818d36c05e4a31e3932406bc.zip |
Allow UTF8 source code.
-rwxr-xr-x | xmpt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ use Getopt::Long; use IO::File; use IPC::Open2; use v5.10; +use utf8; use strict; use warnings; |