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

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

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


Revision 1.1 - (hide annotations) (download)
Tue Mar 25 21:31:57 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-17_el5_sme, e-smith-manager-1_14_0-14_el5_sme, e-smith-manager-1_14_0-15_el5_sme
* Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.14.0-13
- Fix wide output to print in navigation and allow navigations db to
  be utf8 [SME: 4101]

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-manager-1.14.0/root/etc/e-smith/web/functions/navigation mezzanine_patched_e-smith-manager-1.14.0/root/etc/e-smith/web/functions/navigation
2     --- e-smith-manager-1.14.0/root/etc/e-smith/web/functions/navigation 2007-01-26 18:51:30.000000000 -0700
3     +++ mezzanine_patched_e-smith-manager-1.14.0/root/etc/e-smith/web/functions/navigation 2008-03-25 15:27:04.000000000 -0600
4     @@ -100,6 +100,9 @@
5     {
6     my $q = shift;
7    
8     + # enable utf8 binmode so new translations work
9     + binmode STDOUT, ":utf8";
10     +
11     # Use this variable throughout to keep track of files
12     # list of just the files
13     my $c = "1";

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