import both uri_escape() _and_ uri_escape_utf8().
[irspy-moved-to-github.git] / web / htdocs / chrome / layout.mc
index 6b9ec12..e52264b 100644 (file)
@@ -1,14 +1,14 @@
-%# $Id: layout.mc,v 1.25 2007-03-29 11:20:56 mike Exp $
+%# $Id: layout.mc,v 1.28 2007-04-17 08:41:07 mike Exp $
 <%args>
 $debug => undef
 $title
 $component
 </%args>
 <%once>
-use URI::Escape;
+use URI::Escape qw(uri_escape uri_escape_utf8);
 use ZOOM;
 use ZOOM::IRSpy::Web;
-use ZOOM::IRSpy::Utils qw(isodate xml_encode cql_target
+use ZOOM::IRSpy::Utils qw(isodate xml_encode cql_target cql_quote
                           irspy_xpath_context modify_xml_document
                          bib1_access_point);
 </%once>