[Koha-bugs] [Bug 17842] Broken diacritics on records exported as MARC from cart

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 26 00:03:08 CEST 2020


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
     Ever confirmed|1                           |0
         Resolution|WORKSFORME                  |---

--- Comment #17 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I'd really like to get behind this issue. I just retested on our Koha 18.11.16
and we still have the issue. :(

Our test installation is publicly accessible, but I don't want to post the link
here. Joubu, maybe I could talk you through it?

For matching I just seleted the file and changed none of the other settings
(encoding defaults to UTF-8).

We do have one local change on that file as we did chose not to export items:

my $record = GetMarcBiblio({
biblionumber => $biblio,
- embed_items  => 1,
+ embed_items  => 0,

But that should not make a difference in encoding?

Attaching sample records.

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


More information about the Koha-bugs mailing list