1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-lib-1.18.0/root/usr/lib/perl5/site_perl/esmith/config.pm mezzanine_patched_e-smith-lib-1.18.0/root/usr/lib/perl5/site_perl/esmith/config.pm |
2 |
|
|
--- e-smith-lib-1.18.0/root/usr/lib/perl5/site_perl/esmith/config.pm 2008-03-30 16:39:58.000000000 -0600 |
3 |
|
|
+++ mezzanine_patched_e-smith-lib-1.18.0/root/usr/lib/perl5/site_perl/esmith/config.pm 2008-03-30 16:39:28.000000000 -0600 |
4 |
|
|
@@ -185,7 +185,7 @@ |
5 |
|
|
return \%config; |
6 |
|
|
} |
7 |
|
|
|
8 |
|
|
- binmode(FH, ":utf8") if $filename =~ m{navigation}; |
9 |
|
|
+ binmode(FH, ":encoding(UTF-8)") if $filename =~ m{navigation}; |
10 |
|
|
while (my $line = <FH>) |
11 |
|
|
{ |
12 |
|
|
chomp $line; |