Bug 11559: Supporting changes for Rancor
[koha-ffzg.git] / svc / bib
diff --git a/svc/bib b/svc/bib
index 231734e..789951b 100755 (executable)
--- a/svc/bib
+++ b/svc/bib
@@ -86,7 +86,7 @@ sub update_bib {
 
     my $result = {};
     my $inxml = $query->param('POSTDATA');
-    print $query->header(-type => 'text/xml');
+    print $query->header(-type => 'text/xml', -charset => 'utf-8');
 
     my $record = eval {MARC::Record::new_from_xml( $inxml, "utf8", C4::Context->preference('marcflavour'))};
     my $do_not_escape = 0;