[open-ils-commits] r10426 - trunk/Open-ILS/src/support-scripts
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Aug 24 12:23:03 EDT 2008
Author: erickson
Date: 2008-08-24 12:22:55 -0400 (Sun, 24 Aug 2008)
New Revision: 10426
Modified:
trunk/Open-ILS/src/support-scripts/generate_circ_notices.pl
Log:
do the same for stdout...
Modified: trunk/Open-ILS/src/support-scripts/generate_circ_notices.pl
===================================================================
--- trunk/Open-ILS/src/support-scripts/generate_circ_notices.pl 2008-08-24 16:06:41 UTC (rev 10425)
+++ trunk/Open-ILS/src/support-scripts/generate_circ_notices.pl 2008-08-24 16:22:55 UTC (rev 10426)
@@ -165,6 +165,7 @@
}
sub global_overdue_output {
+ binmode F, ":utf8";
print shift();
}
More information about the open-ils-commits
mailing list