[Koha-devel] Module MARC::Record doesn't set well lenght in leader.

Colin Campbell colin.campbell at ptfs-europe.com
Mon Sep 30 17:50:59 CEST 2013


On Mon, Sep 30, 2013 at 11:08:13AM -0300, Bernardo Gonzalez Kriegel wrote:
> open my $in, "<:utf8", $infile or die("Can't open auth file!");

open my $in, "<:encoding(UTF-8)"  is stricter. If this is a problem its
probably the input filehandle that's at fault.

Colin

-- 
Colin Campbell
Chief Software Engineer,
PTFS Europe Limited
Content Management and Library Solutions
+44 (0) 800 756 6803 (phone)
+44 (0) 7759 633626  (mobile)
colin.campbell at ptfs-europe.com
skype: colin_campbell2

http://www.ptfs-europe.com


More information about the Koha-devel mailing list