Like fixed for REST API, OAI-PMH output should be fixed to use metadata schema when building MARCXML.
Created attachment 154353 [details] [review] Bug 34515: Fix encoding of MARCXML output for REST API (UNIMARC) Like fixed for REST API, OAI-PMH output should be fixed to use metadata schema when building MARCXML. Test plan : 1) Use UNIMARC database 2) Enable OAI-PMH webservice 3) Edit a biblio record to add uppercase éin title 200$a 4) Go to OAI record : /cgi-bin/koha/oai.pl?verb=GetRecord&metadataPrefix=marcxml&identifier=xxx => Check encoding of title is OK
Created attachment 154354 [details] [review] Bug 34515: Fix encoding of MARCXML output for OAI-PMH (UNIMARC) Like fixed for REST API, OAI-PMH output should be fixed to use metadata schema when building MARCXML. Test plan : 1) Use UNIMARC database 2) Enable OAI-PMH webservice 3) Edit a biblio record to add uppercase éin title 200$a 4) Go to OAI record : /cgi-bin/koha/oai.pl?verb=GetRecord&metadataPrefix=marcxml&identifier=xxx => Check encoding of title is OK
Created attachment 154553 [details] [review] Bug 34515: Fix encoding of MARCXML output for OAI-PMH (UNIMARC) Like fixed for REST API, OAI-PMH output should be fixed to use metadata schema when building MARCXML. Test plan : 1) Use UNIMARC database 2) Enable OAI-PMH webservice 3) Edit a biblio record to add uppercase éin title 200$a 4) Go to OAI record : /cgi-bin/koha/oai.pl?verb=GetRecord&metadataPrefix=marcxml&identifier=xxx => Check encoding of title is OK Signed-off-by: Delaye <stephane.delaye@biblibre.com>
I don't see any encoding errors on a UNIMARC sandbox without the patch applied: http://opac-encoding.sandboxes.ptfs-europe.co.uk/cgi-bin/koha/oai.pl?verb=GetRecord&metadataPrefix=marcxml&identifier=KOHA-OAI-TEST:1449 If the error is still there, can you explain a bit more on how to make it replicable/visible?
*** This bug has been marked as a duplicate of bug 34467 ***