Bug 11944: replace uri_escape with uri_escape_utf8 everywhere
[koha.git] / authorities / authorities-home.pl
index d499508..f41775c 100755 (executable)
@@ -146,7 +146,7 @@ if ( $op eq "do_search" ) {
     # next/previous would not work anymore
 
     # construction of the url of each page
-    my $value_url = uri_escape($value);
+    my $value_url = uri_escape_utf8($value);
     my $base_url = "authorities-home.pl?"
       ."marclist=$marclist"
       ."&and_or=$and_or"