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"; |