[Koha-bugs] [Bug 1230] On editing marc entry: Publisher fields(tag 260) NOT stored as utf8 in mysql

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Mon Oct 23 20:39:20 CEST 2006


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1230





------- Comment #6 from rhariram at gmail.com  2006-10-24 07:39 -------
Corruption only in the koha table (biblioitems).
The data in the marc table (marc_subfield_table) is intact.

In other words:
select publishercode from biblioitems;
returned corrupt data, while
select subfieldvalue from marc_subfield_table where tag=260 and
subfieldcode='b';
returned good data.

The whole of biblioitems table is having trouble.
The biblio table continues to have good data.

How do I find encoding def of a particular table/column ?




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.





More information about the Koha-bugs mailing list