vuFind scraper which fetch marc records directly
[Biblio-Z3950.git] / Aleph.pm
index b8c01aa..27a650b 100644 (file)
--- a/Aleph.pm
+++ b/Aleph.pm
@@ -143,6 +143,7 @@ sub next_marc {
 warn "parse $nr";
 
                $marc = MARC::Record->new;
+               $marc->encoding('utf-8');
                $hash = {};
 
                my $html = $mech->content;