/[smeserver]/rpms/perl-CGI-FormMagick/sme8/perl-CGI-FormMagick-0.92-UTF8.patch
ViewVC logotype

Contents of /rpms/perl-CGI-FormMagick/sme8/perl-CGI-FormMagick-0.92-UTF8.patch

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


Revision 1.2 - (show annotations) (download)
Mon Mar 24 22:11:22 2008 UTC (16 years, 1 month ago) by slords
Branch: MAIN
CVS Tags: perl-CGI-FormMagick-0_92-16_el5_sme, perl-CGI-FormMagick-0_92-18_el5_sme, perl-CGI-FormMagick-0_92-19_el5_sme, perl-CGI-FormMagick-0_92-22_el5_sme, perl-CGI-FormMagick-0_92-21_el5_sme, perl-CGI-FormMagick-0_92-20_el5_sme, perl-CGI-FormMagick-0_92-17_el5_sme, perl-CGI-FormMagick-0_92-23_el5_sme, HEAD
Changes since 1.1: +4 -3 lines
* Mon Mar 24 2008 Shad L. Lords <slords@mail.com> 0.92-16
- Fix patch so .orig files aren't created.

1 diff -Nur -x '*.orig' -x '*.rej' perl-CGI-FormMagick-0.92/lib/CGI/FormMagick.pm mezzanine_patched_perl-CGI-FormMagick-0.92/lib/CGI/FormMagick.pm
2 --- perl-CGI-FormMagick-0.92/lib/CGI/FormMagick.pm 2008-03-24 15:46:53.000000000 -0600
3 +++ mezzanine_patched_perl-CGI-FormMagick-0.92/lib/CGI/FormMagick.pm 2008-03-24 15:45:40.000000000 -0600
4 @@ -178,7 +178,7 @@
5
6 $self->{inputtype} = $args{type} || "file";
7 $self->{source} = $args{source};
8 - $self->{charset} = $args{charset} || undef;
9 + $self->{charset} = $args{charset} || 'UTF-8';
10 $self->{cgi} = $args{cgi};
11 $self->{debug} = $args{debug} || 0;
12
13 @@ -369,7 +369,8 @@
14 print $self->{cgi}->header(
15 -pragma => 'no-cache',
16 '-cache-control' => 'no-cache',
17 - -expires => '-1d'
18 + -expires => '-1d',
19 + -charset => $self->{charset},
20 );
21 $self->debug_msg("The page number started out as $self->{page_number}");
22

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed