From ddd1995cf471198fcf09acd20923d8721daac9fc Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Thu, 9 Apr 2009 11:50:47 -0500 Subject: [PATCH] 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 Signed-off-by: Henri-Damien LAURENT --- misc/maintenance/MARC21_utf8_flag_fix.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/maintenance/MARC21_utf8_flag_fix.pl b/misc/maintenance/MARC21_utf8_flag_fix.pl index ae1e90279a..38982205ba 100755 --- a/misc/maintenance/MARC21_utf8_flag_fix.pl +++ b/misc/maintenance/MARC21_utf8_flag_fix.pl @@ -139,7 +139,7 @@ MARC21_utf8_flag_fix.pl - Repair missing leader position 9 value ("a" for MARC21 MARC21_utf8_flag_fix.pl [ -h | -m ] [ -v ] [ -d ] [ -s ] [ -l N ] [ -o N ] [ -f ] - Help Options: + Help Optionsc -h --help -? Brief help message -m --man Full documentation, same as --help --verbose --version Prints version info -- 2.39.5