--- spell-uk-1.2/bin/verb_reverse.pl 2005-09-08 05:10:37.000000000 +0300 +++ spell-uk-1.2/bin/verb_reverse.pl 2018-10-08 21:16:13.100162312 +0300 @@ -9,7 +9,6 @@ use strict; use locale; use utf8; -use encoding 'utf8'; my $UK_CAP ="'АБВГҐДЕЄЖЗИІЇЙКЛМНОПРСТУФХЦЧШЩЬЮЯ"; --- spell-uk-1.2/bin/affconv.pl 2005-09-10 05:36:12.000000000 +0300 +++ spell-uk-1.2/bin/affconv.pl 2018-10-08 21:20:04.682612976 +0300 @@ -5,7 +5,6 @@ use strict; use locale; use utf8; -use encoding 'utf8'; my (%pfx, %sfx); --- spell-uk-1.2/Makefile 2006-12-20 04:55:49.000000000 +0200 +++ spell-uk-1.2/Makefile 2018-10-08 21:31:38.310913960 +0300 @@ -40,7 +40,7 @@ CLEANDIRS = aspell-uk-* ispell-uk-* dist/*spell* -iconv = iconv +iconv = iconv -c include encodings.inc