[Koha-bugs] [Bug 28796] wrong number of parameters in new_from_xml call

2021-10-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28796

Julian Maurice  changed:

   What|Removed |Added

 CC||julian.maur...@biblibre.com

--- Comment #2 from Julian Maurice  ---
I tried to import a MARCXML file encoded in ISO-8859-1. I set the correct
encoding in the form but no records were imported and I have this message in
logfile:

bib-1.iso88591.marcxml: :15: parser error : Input is not proper UTF-8, indicate
encoding !  
Bytes: 0xE0 0x20 0x6D 0x6F
�

The error is located in C4::ImportBatch::RecordsFromMARCXMLFile

MARC::File::XML::decode seems to ignore the encoding passed in parameters.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 28796] wrong number of parameters in new_from_xml call

2021-08-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28796

Jonathan Druart  changed:

   What|Removed |Added

Version|20.11   |unspecified

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 28796] wrong number of parameters in new_from_xml call

2021-08-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28796

Jonathan Druart  changed:

   What|Removed |Added

 CC||jonathan.druart+koha@gmail.
   ||com

--- Comment #1 from Jonathan Druart  ---
Yes, that's wrong, it must be
  $rowref->{'encoding'} , $marc_type

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/