[open-ils-commits] r7923 - trunk/Open-ILS/src/extras

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Oct 23 16:06:29 EDT 2007


Author: erickson
Date: 2007-10-23 15:52:51 -0400 (Tue, 23 Oct 2007)
New Revision: 7923

Modified:
   trunk/Open-ILS/src/extras/org_tree_js.pl
Log:
added utf8 binmode so that org unit names are displayed correctly when using OrgTree.js



Modified: trunk/Open-ILS/src/extras/org_tree_js.pl
===================================================================
--- trunk/Open-ILS/src/extras/org_tree_js.pl	2007-10-23 16:22:44 UTC (rev 7922)
+++ trunk/Open-ILS/src/extras/org_tree_js.pl	2007-10-23 19:52:51 UTC (rev 7923)
@@ -67,6 +67,7 @@
 $pile =~ s/, $//; # remove trailing comma
 $pile .= '];';
 
+binmode STDOUT, ':utf8';
 print "$pile\n";
 
 



More information about the open-ils-commits mailing list