https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17791
--- Comment #14 from Mathieu Saby <[email protected]> --- I tried in k-t-d, the results seem to vary, I don't understand why (instability of the connection to the Z3950 server?), and the version “with xslt” generates an error (I used the xslt sheet given in the test plan). Without XSLT, one time I get a record with only a leader a 100$a field LDR 00079 a2200037 4500 100 _a20250209 frey50 A few minutes later I get a MARC21 record : 100 1 _a20250209 frey50 _d1950- _eauthor. 245 10 _aComprendre un pays : _bethnologie de la Basse-Bretagne / _cJean-François Simon. With XSLT, one time I have that error Unsupported UNIMARC character encoding [] for XML output for UNIMARC; 100$a -> at /usr/share/perl5/MARC/File/XML.pm line 570 in MARC::File::XML::_unimarc_encoding at /usr/share/perl5/MARC/File/XML.pm line 570 567: } elsif ($enc eq '50') { 568: return 'UTF-8'; 569: } else { 570: die "Unsupported UNIMARC character encoding [$enc] for XML output for $f; 100\$a -> " . $r->subfield(100 => 'a'); 571: } 572: } 573: Show function arguments An other time that error : Unsupported UNIMARC character encoding [] for XML output for UNIMARC; 100$a -> Simon, Jean-Fran�ois, at /usr/share/perl5/MARC/File/XML.pm line 570 in MARC::File::XML::_unimarc_encoding at /usr/share/perl5/MARC/File/XML.pm line 570 567: } elsif ($enc eq '50') { 568: return 'UTF-8'; 569: } else { 570: die "Unsupported UNIMARC character encoding [$enc] for XML output for $f; 100\$a -> " . $r->subfield(100 => 'a'); 571: } 572: } 573: Show function arguments -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
