Parent Directory | Revision Log | Revision Graph
* Sun Mar 30 2008 Shad L. Lords <slords@mail.com> 1.18.0-24 - Gracefully handle encoding errors in navigation dbs [SME: 4147]
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; |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |