[Bug 1230] On editing marc entry: Publisher fields(tag 260) NOT stored as utf8 in mysql
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1230 ------- Comment #5 from jmf@kados.org 2006-10-24 05:37 ------- Can you determine if it's corrupted in the koha tables AND the marc-tables? or just one of them? For instance, you could, from the mysql console, run the follwing queries: select publishercode from biblioitems where biblionumber=<your biblionumber> select subfieldvalue from marc_subfield_table where tag=<field mapped to publishercode> and subfieldcode=<subfield mapped to publishercode> and bibid=<bibid of the record in question> (note that in rel_2_2 bibid and biblionumber are usually, but not always the same number ... check in marc_biblio if there's any confusion) It is the publishercode field that's having trouble here? is it just that field, and you have checked the table/column defs for proper encodig of that field? ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@wilbur.katipo.co.nz