From 0cab01f390ba99214df8627d88f959fffba89d6b Mon Sep 17 00:00:00 2001 From: Florian Schlichting Date: Wed, 20 Sep 2017 21:37:41 +0200 Subject: [PATCH] dav_test: all files and I/O are UTF-8 --- testing/dav_test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/dav_test b/testing/dav_test index c1e3d1e1..65b710b6 100755 --- a/testing/dav_test +++ b/testing/dav_test @@ -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.