mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-31 03:34:18 +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 strict;
|
||||||
|
use warnings;
|
||||||
|
use open qw( :encoding(UTF-8) :std );
|
||||||
|
|
||||||
use DBI;
|
use DBI;
|
||||||
use Getopt::Long qw(:config permute); # allow mixed args.
|
use Getopt::Long qw(:config permute); # allow mixed args.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user