dav_test: all files and I/O are UTF-8

This commit is contained in:
Florian Schlichting 2017-09-20 21:37:41 +02:00
parent 69ef196730
commit 0cab01f390

View File

@ -4,6 +4,8 @@
#
use strict;
use warnings;
use open qw( :encoding(UTF-8) :std );
use DBI;
use Getopt::Long qw(:config permute); # allow mixed args.