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)
[email protected]
skype: colin_campbell2

http://www.ptfs-europe.com
_______________________________________________
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/

Reply via email to