Hi, Il 30/09/2013 16:08, Bernardo Gonzalez Kriegel ha scritto:
Zeno, in a script I use to build auth records with MARC::Record I set explicitly utf8 for input and output.Are you doing something similar? open my $out, ">", $outfile; binmode($out, ":utf8"); open my $in, "<:utf8", $infile or die("Can't open auth file!"); ... $record->encoding( 'UTF-8' ); ... print $out $record->as_usmarc();
I did something like this, but now I rechek the script with more attention on the UTF-8 topic. I wonder to be in mix situation: -- same records with correct UTF-8 -- same records with uncorrect UTF-8. Cheers Zeno Tajoli _______________________________________________ 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/
