1 Description: "use encoding" is removed in perl 5.26
2 As "use utf8" for the source is already there, just make sure
3 we open the standard file handles as UTF-8.
5 Bug-Debian: https://bugs.debian.org/871349
7 Author: gregor herrmann <gregoa@debian.org>
8 Last-Update: 2017-08-08
10 --- a/bin/verb_reverse.pl
11 +++ b/bin/verb_reverse.pl
17 +use open qw(:std :encoding(UTF-8));
20 my $UK_CAP ="'АБВГҐДЕЄЖЗИІЇЙКЛМНОПРСТУФХЦЧШЩЬЮЯ";
28 +use open qw(:std :encoding(UTF-8));