Subject: | Patterns in utf8 aren't read in utf8 mode |
The TeX hyphenation guys have released a lot of patterns in utf8, which
should be usable when TeX::Hyphen can read those files in utf8 mode
Attached patch: TeX-Hyphen-0.140$ patch -p0 -i TeX-Hyphen.patch
Subject: | TeX-Hyphen.patch |
*** lib/TeX/Hyphen.pm 2002-09-24 22:32:37.000000000 +0200
--- lib/TeX/Hyphen.pm 2011-01-16 21:45:48.000000000 +0100
***************
*** 131,136 ****
--- 131,137 ----
$errstr = "Error opening file `$file': $!";
return;
};
+ binmode FILE, ":utf8";
}
my $self = {};
bless $self, $class;