/[smeserver]/rpms/e-smith-formmagick/sme8/e-smith-formmagick-1.4.0-UTF8.patch
ViewVC logotype

Annotation of /rpms/e-smith-formmagick/sme8/e-smith-formmagick-1.4.0-UTF8.patch

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


Revision 1.1 - (hide annotations) (download)
Tue Mar 11 01:36:16 2008 UTC (16 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-formmagick-1_4_0-19_el5_sme, e-smith-formmagick-1_4_0-14_el5_sme, e-smith-formmagick-1_4_0-17_el5_sme, e-smith-formmagick-1_4_0-15_el5_sme, e-smith-formmagick-1_4_0-12_el5_sme, e-smith-formmagick-1_4_0-10_el5_sme, e-smith-formmagick-1_4_0-16_el5_sme, e-smith-formmagick-1_4_0-13_el5_sme, e-smith-formmagick-1_4_0-11_el5_sme, e-smith-formmagick-1_4_0-18_el5_sme, e-smith-formmagick-1_4_0-20_el5_sme
Updates

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-formmagick-1.4.0/root/usr/lib/perl5/site_perl/esmith/FormMagick.pm mezzanine_patched_e-smith-formmagick-1.4.0/root/usr/lib/perl5/site_perl/esmith/FormMagick.pm
2     --- e-smith-formmagick-1.4.0/root/usr/lib/perl5/site_perl/esmith/FormMagick.pm 2008-03-10 18:34:44.000000000 -0600
3     +++ mezzanine_patched_e-smith-formmagick-1.4.0/root/usr/lib/perl5/site_perl/esmith/FormMagick.pm 2008-03-10 18:31:41.000000000 -0600
4     @@ -133,7 +133,7 @@
5    
6     more_lexicons a list of additional lexicon files to use
7     charset the character set encoding of the lexicon files
8     - (default is ISO-8859-1 (Latin1)).
9     + (default is UTF-8).
10    
11     Notes on lexicon files:
12    
13     @@ -217,7 +217,7 @@
14     }
15    
16     my $sessiondir = "/var/cache/e-smith/formmagick/sessions";
17     - my $charset = $args{charset} || 'ISO-8859-1';
18     + my $charset = $args{charset} || 'UTF-8';
19    
20     $self = CGI::FormMagick::new($class,
21     type => 'string',

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