mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-27 02:54:27 +00:00
dav_test: all files and I/O are UTF-8
This commit is contained in:
parent
69ef196730
commit
0cab01f390
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user