On 2012-11-7, at 3:32 AM, Cab Vinton wrote: > We've managed to import a number of MARC records with corrupted > diacritics and my attempts to retrieve these with a report haven't met > w/ success. (Sample records in this list: > http://catalog.splnh.com/cgi-bin/koha/opac-shelves.pl?viewshelf=8.) > > My thought is to search for 100, 700, etc. tags containing any > characters outside of the ASCII 32 through 126 range, but my regex > skills aren't up to the task. To wit: >
consider dumping your bibs out to a file, and use your favorite text editor and some regexs to help find those bad chars, too _______________________________________________ Koha-devel mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
