From 4ce5d4cd589cbd32159d75f66f7f1ce3e0f81523 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Mon, 13 Oct 2014 19:07:51 +0200 Subject: [PATCH] gen-ballot.pl: Fix for UTF8 --- gen-ballot.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gen-ballot.pl b/gen-ballot.pl index 6d5053a..9e6828a 100755 --- a/gen-ballot.pl +++ b/gen-ballot.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/perl -CSDA # (c) Petr Baudis 2011, 2014 MIT licence # # Generate PDF with ballots. @@ -6,6 +6,7 @@ use strict; use warnings; +use utf8; # -- User configuration --