EPrints Technical Mailing List Archive

See the EPrints wiki for instructions on how to join this mailing list and related information.

Message: #09581


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

[EP-tech] Error on BibTeX importer


CAUTION: This e-mail originated outside the University of Southampton.

Looking at a new 3.4.5 install on RHEL 9 and the BibTeX importer is throwing an error at me for

Unhandled exception in Import::BibTeX: Unknown encoding 'bibtex' at /opt/eprints/flavours/pub_lib/plugins/EPrints/Plugin/Import/BibTeX.pm line 573, <$fh> line 10.

 

Which is  https://github.com/eprints/eprints3.4/blob/cd95f5c21af9dcdfcd2efa6df88a1fc35a20597c/flavours/pub_lib/plugins/EPrints/Plugin/Import/BibTeX.pm#L573

 

$epdata = decode('bibtex', $epdata);  

 

and presumably is using the decode function in the Encode module.

 

Anybody else seen & solved this already?

 

Thanks,

 

Alan