/[smeserver]/rpms/e-smith-lib/sme7/e-smith-lib-1.18.0-utf8-encoding.patch
ViewVC logotype

Contents of /rpms/e-smith-lib/sme7/e-smith-lib-1.18.0-utf8-encoding.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sun Mar 30 22:45:36 2008 UTC (16 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-lib-1_18_0-24_el4_sme, e-smith-lib-1_18_0-28_el4_sme, e-smith-lib-1_18_0-27_el4_sme, e-smith-lib-1_18_0-26_el4_sme, e-smith-lib-1_18_0-25_el4_sme
* Sun Mar 30 2008 Shad L. Lords <slords@mail.com> 1.18.0-24
- Gracefully handle encoding errors in navigation dbs [SME: 4147]

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 RSS 2.0 feed