https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19436
--- Comment #19 from Marcel de Rooy <[email protected]> --- (In reply to Matthias Meusburger from comment #15) > However, if new_from_xml can manage the encoding of the xml by itself to > produce valid UTF-8, and we always use UTF-8 in Koha, this dropdown list > "Encoding (z3950 can send records in various encodings. Choose one):" is > completely useless when editing an SRU server, right? > If it is the case, shouldn't we disable it or hide it? OK Got your point. But note: A few lines after the call to new_from_xml versus MarcToUTF8Record, $encoding[$k] is used in call ImportBreedingAuth -> AddAuthToBatch -> _create_import_record -> table import_records. (So it seems that we only save it in this table..) This could get attention on another report. Amended the second patch (first follow-up) in favor of the new_from_xml approach in handle_one_result. -- 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/
