Koha/authorities
Colin Campbell 263dded818 Bug 6752: Be stricter with utf-8 encoding of output
use encoding(UTF-8) rather than utf-8 for stricter
encoding
Marking output as ':utf8' only flags the data as utf8
using :encoding(UTF-8) also checks it as valid utf-8
see binmode in perlfunc for more details
In accordance with the robustness principle input
filehandles have not been changed as code may make
the undocumented assumption that invalid utf-8 is present
in the imput
Fixes errors reported by t/00-testcritic.t
Where feasable some filehandles have been made lexical rather than
reusing global filehandle vars

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
2012-01-27 12:11:06 +01:00
..
auth_finder.pl
authorities-home.pl
authorities-list.pl Bug 6752: Be stricter with utf-8 encoding of output 2012-01-27 12:11:06 +01:00
authorities.pl Bug 7356 - Fix various typos and mis-spellings 2012-01-13 11:51:26 +01:00
blinddetail-biblio-search.pl Bug 6977 : Adds support for repeatable subfields when importing authorities. 2011-10-13 11:07:17 +13:00
detail-biblio-search.pl
detail.pl Bug 6679 : Enable Critic tests for authorities and fixed resulting warnings 2011-09-23 14:18:21 +12:00