From 22339e2fad61aecd0d359498193b3fac2550e8bc Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 28 May 2012 02:22:06 +0200 Subject: Add "use utf8" to mkpass --- fripost-mkpass | 1 + 1 file changed, 1 insertion(+) diff --git a/fripost-mkpass b/fripost-mkpass index c0bf6de..6728f74 100755 --- a/fripost-mkpass +++ b/fripost-mkpass @@ -3,6 +3,7 @@ use 5.010_000; use warnings; use strict; +use utf8; =head1 NAME -- cgit v1.2.3