[open-ils-commits] r7924 - branches/rel_1_2/Open-ILS/src/extras

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


Author: erickson
Date: 2007-10-23 15:56:40 -0400 (Tue, 23 Oct 2007)
New Revision: 7924

Modified:
   branches/rel_1_2/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: branches/rel_1_2/Open-ILS/src/extras/org_tree_js.pl
===================================================================
--- branches/rel_1_2/Open-ILS/src/extras/org_tree_js.pl	2007-10-23 19:52:51 UTC (rev 7923)
+++ branches/rel_1_2/Open-ILS/src/extras/org_tree_js.pl	2007-10-23 19:56:40 UTC (rev 7924)
@@ -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