https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23425 --- Comment #14 from Rudolf Byker <rudolfbyker@gmail.com> --- Some feedback from my side after upgrading to 19.11: There is an error with this bibliographic record, the view may be degraded. Error: Invalid data, cannot decode object (id=32057, format=marcxml, schema=MARC21, decoding_error=':27: parser error : PCDATA invalid Char value 27 <subfield code="a">Kp3s�benhavn :</subfield> ^ :27: parser error : PCDATA invalid Char value 27 <subfield code="a">Kp3s�benhavn :</subfield> ^') So it looks like it has to do with how the ø in København is encoded. The book is from Denmark. Running "SELECT metadata FROM `biblio_metadata` where biblionumber=39335" reveals a MARC record that says it's encoded in UTF-8, but $260a is definitely in something other than UTF-8. With Koha 19.11, I could simply click "Edit" and re-type the problematic field, and everything works well from there. Thanks. -- You are receiving this mail because: You are watching all bug changes.