correctly encode utf8 callnumbers
[koha.git] / labels / spinelabel-print.pl
index 3fd8d05..585b06a 100755 (executable)
@@ -75,7 +75,7 @@ if ( my $station = $query->param('station') ) {
                $item->{itemcallnumber},
        );
 
-       print $query->redirect( 'http://printer-zebra.vbz.ffzg.hr/print.cgi?print=' . uri_escape($print_data) . '&return=' . uri_escape($query->self_url) );
+       print $query->redirect( 'http://printer-zebra.vbz.ffzg.hr/print.cgi?print=' . uri_escape_utf8($print_data) . '&return=' . uri_escape($query->self_url) );
        exit 0;
 
 }