]> git.koha-community.org Git - koha.git/commit
Bug 37184: Special character encoding problem when importing MARC file from the Acqui...
authorHammat Wele <hammat.wele@inlibro.com>
Mon, 26 Aug 2024 21:21:50 +0000 (21:21 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Tue, 29 Oct 2024 15:14:33 +0000 (16:14 +0100)
commite8c8b68672af08b446d1b2d9f8fae76cac22f9ef
treea86477098b460d13a378f2561c2882a4bbcca1ce
parent63c3b6833821c8dd955e371ee4f54b49efe936ec
Bug 37184: Special character encoding problem when importing MARC file from the Acquisitions module

1. Go to Cataloging > "Stage records for import".
2. Upload the file "ExportMemento2024061010532869Marc8.mrc" or a MARC8 encoded file.
3. In the form, select the options :
   - Record type: Bibliographic
   - Character encoding: MARC8
   - Format: MARC
4. Click "Stage for import".
5. Find or create an open basket in the Acquisitions module.
6. Click "add to basket".
7. Select "From a staged file" and select the previous staged file.
9. Click "Select all" to check all records.
10. In the item information tab, choose the Document type.
11. Verify the titles of the records in the basket:
 --> Koha replaces accents with symbols �

12. Apply the patch.
13. Do the same from step 1 and notice there is no more encoding issues.

Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Import/Record.pm