From 3c7738165c503c49ac1a5e349e83a4529e022177 Mon Sep 17 00:00:00 2001 From: erickson Date: Sun, 24 Aug 2008 16:22:55 +0000 Subject: [PATCH] do the same for stdout... git-svn-id: svn://svn.open-ils.org/ILS/trunk@10426 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/support-scripts/generate_circ_notices.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/support-scripts/generate_circ_notices.pl b/Open-ILS/src/support-scripts/generate_circ_notices.pl index 104f0e5e8f..ba8ca927bc 100755 --- a/Open-ILS/src/support-scripts/generate_circ_notices.pl +++ b/Open-ILS/src/support-scripts/generate_circ_notices.pl @@ -165,6 +165,7 @@ sub generate_global_overdue_file { } sub global_overdue_output { + binmode F, ":utf8"; print shift(); } -- 2.11.0