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

Contents 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.2 - (show annotations) (download)
Tue Oct 7 18:17:02 2008 UTC (15 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
New streams

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