http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11997
--- Comment #12 from Pablo AB <[email protected]> --- Well, not in my case. I tried on different Kohas, all using MARC 21. Maybe (I don't think so) have something to do with the fact that my records have newlines in it. Bug 11388. More tests: First on MySQL directly: <datafield tag="245" ind1="0" ind2="0"> <subfield code="a">Química : </subfield> $ yaz-marcdump bib-2087.utf8 bib-13459.utf8 | grep "^245" 245 00 $a Química : $b una ciencia experimental / [...] 245 00 $a Estudio experimental de dispersión de [...] $ yaz-marcdump shelf.iso2709 | grep "^245" 245 00 $a Qu�mica : $b una ciencia experimental / [...] [Notice here second record is missing. If my list have only one record above command throw no output.] $ yaz-iconv -f latin1 -t utf8 shelf.iso2709 > shelf.iso2709-utf $ yaz-marcdump shelf.iso2709-utf | grep "^245" 245 00 $a Química : $b una ciencia experimental / [...] 245 00 $a Estudio experimental de dispersión de [...] -- 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/
