gen-ballot.pl: Fix for UTF8

This commit is contained in:
Petr Baudis 2014-10-13 19:07:51 +02:00
parent 196b353412
commit 4ce5d4cd58

View file

@ -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 --