Subclass CGI (and create TT plugin wrapper for the subclass) to get utf8 params
[evergreen-equinox.git] / Open-ILS / web / templates / default / opac / parts / header.tt2
index 866ce2d..7b8eec4 100644 (file)
@@ -1,6 +1,6 @@
 [%- USE money = format(l('$%.2f'));
     USE date;
-    USE CGI; 
+    USE CGI = CGIUTF8;
     USE EGI18N;
     SET DATE_FORMAT = l('%m/%d/%Y');