]> git.koha-community.org Git - koha.git/commit
Multi-bug fix - SetMarcUnicodeFlag for records coming from Koha
authorJoe Atzberger <joe.atzberger@liblime.com>
Thu, 9 Apr 2009 16:50:47 +0000 (11:50 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:18:47 +0000 (23:18 +0200)
commitddd1995cf471198fcf09acd20923d8721daac9fc
tree38d3361473cf9d4ff75e869c8526cfe480a85472
parent56527c073ca95d3e6e00cccf4d21ec63673999ba
Multi-bug fix - SetMarcUnicodeFlag for records coming from Koha

This has bearing on bugs 2905, 2665, 2514 and other "wide character" crashes
related to diacritics and Unicode.  This should help open the door for reliable
input of diacriticals via acquisitions.

MARC21_utf8_flag_fix.pl diagnoses and fixes existing problems with MARC data
affected by the bug.

Adding SetMarcUnicodeFlag to TransformKohaToMarc prevents the bug from corrupting
further data.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
misc/maintenance/MARC21_utf8_flag_fix.pl