diff options
Diffstat (limited to 'ukrainian/hunspell/files/patch-bin_verb__reverse.pl')
-rw-r--r-- | ukrainian/hunspell/files/patch-bin_verb__reverse.pl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ukrainian/hunspell/files/patch-bin_verb__reverse.pl b/ukrainian/hunspell/files/patch-bin_verb__reverse.pl new file mode 100644 index 000000000000..2cd61c462997 --- /dev/null +++ b/ukrainian/hunspell/files/patch-bin_verb__reverse.pl @@ -0,0 +1,12 @@ +--- bin/verb_reverse.pl.orig 2014-09-18 02:46:59 UTC ++++ bin/verb_reverse.pl +@@ -9,8 +9,8 @@ + use strict; + use locale; + use utf8; +-use encoding 'utf8'; + ++binmode(STDOUT, ":utf8"); + + my $UK_CAP ="'АБВГҐДЕЄЖЗИІЇЙКЛМНОПРСТУФХЦЧШЩЬЮЯ"; + my $UK_LOW ="'абвгґдеєжзиіїйклмнопрстуфхцчшщьюя"; |