[Koha-bugs] [Bug 34467] OAI GetRecord bad encoding for UNIMARC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 5 21:59:56 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34467

--- Comment #8 from David Nind <david at davidnind.com> ---
Thanks Frédéric!

The information on how to test helped, and I have now signed it off.

David

Testing notes (using KTD):

1. Edited .env and change KOHA_MARC_FLAVOUR=unimarc

2. Enabled the OAI-PMH system preference.

3. Modified record 1234:
   - on leader position 9, enter a blank
   - on 200$a, add a è
   - Here is what is in the leader: 01552nam  2200829   4500
   - Had to add all the required subfields
   - Edited the item for the record so that the item has the correct entries
from item dropdown list options and the item type

4. Ran flush_memcached and restart_all and use a refreshed browser/

5. Used this URL:
http://127.0.0.1:8080/cgi-bin/koha/oai.pl?verb=GetRecord&metadataPrefix=marcxml&identifier=KOHA-OAI-TEST:1234

6. Note that the 200$a does not have an è.

7. Applied the patch, run flush_memcached and restart_all

8. The OAI response now includes an è in the 200$a

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list