/[smeserver]/rpms/e-smith-manager/sme8/e-smith-manager-1.14.0-utf8.patch
ViewVC logotype

Annotation of /rpms/e-smith-manager/sme8/e-smith-manager-1.14.0-utf8.patch

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


Revision 1.1 - (hide annotations) (download)
Sat Mar 22 22:45:07 2008 UTC (16 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-manager-1_14_0-19_el5_sme, e-smith-manager-1_14_0-13_el5_sme, e-smith-manager-1_14_0-16_el5_sme, e-smith-manager-1_14_0-18_el5_sme, e-smith-manager-1_14_0-20_el5_sme, e-smith-manager-1_14_0-12_el5_sme, e-smith-manager-1_14_0-17_el5_sme, e-smith-manager-1_14_0-14_el5_sme, e-smith-manager-1_14_0-15_el5_sme
* Sat Mar 22 2008 Shad L. Lords <slords@mail.com> 1.14.0-12
- Fix UTF-8 encoding in header and nav-conf [SME: 4072]

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-manager-1.14.0/root/etc/e-smith/events/actions/navigation-conf mezzanine_patched_e-smith-manager-1.14.0/root/etc/e-smith/events/actions/navigation-conf
2     --- e-smith-manager-1.14.0/root/etc/e-smith/events/actions/navigation-conf 2008-03-22 16:41:43.000000000 -0600
3     +++ mezzanine_patched_e-smith-manager-1.14.0/root/etc/e-smith/events/actions/navigation-conf 2008-03-22 16:41:03.000000000 -0600
4     @@ -44,7 +44,7 @@
5    
6     use XML::Parser;
7     my $parser = new XML::Parser (Style => 'Tree',
8     - ProtocolEncoding => 'ISO-8859-1');
9     + ProtocolEncoding => 'UTF-8');
10    
11     foreach my $file (@files)
12     {
13     diff -Nur -x '*.orig' -x '*.rej' e-smith-manager-1.14.0/root/etc/e-smith/templates/etc/e-smith/web/panels/manager/html/header.htm/10Head mezzanine_patched_e-smith-manager-1.14.0/root/etc/e-smith/templates/etc/e-smith/web/panels/manager/html/header.htm/10Head
14     --- e-smith-manager-1.14.0/root/etc/e-smith/templates/etc/e-smith/web/panels/manager/html/header.htm/10Head 2006-03-15 14:59:54.000000000 -0700
15     +++ mezzanine_patched_e-smith-manager-1.14.0/root/etc/e-smith/templates/etc/e-smith/web/panels/manager/html/header.htm/10Head 2008-03-22 16:41:16.000000000 -0600
16     @@ -1,7 +1,7 @@
17     <html>
18     <head>
19     <title>Untitled Document</title>
20     -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
21     +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
22     <link rel="stylesheet" type="text/css" href="/server-common/css/sme_core.css">
23     <link rel="stylesheet" type="text/css" href="/server-common/css/sme_panel_menu.css">
24     <style type="text/css">

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