https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18153
--- Comment #13 from [email protected] --- Regarding the fourth point: a patch to remove this invalid character (to fix the leader) at save-time records was developed with the bug 18152; however, while this bz was pushed master, it introduced a regression (bug 18910) that required a revert. Indeed, MARC::Record->encoding is initially planned for marc21 and therefore considers that the absence of this invalid character makes that it is not encoded in utf8 (even in unimarc). Koha often uses this erroneous (in UNIMARC) function so, waiting to have a viable alternative, it is best to keep this invalid character for the moment in Koha -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
