Koha/misc/cronjobs
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
..
holds Partial fix for Bug 4870, Damaged status does not prevent items from being selected for reserves 2011-04-06 20:21:07 +12:00
rss
stats
advance_notices.pl Bug 5236 Followup: items table information being keyed by biblionumber instead! 2011-10-04 08:54:40 +13:00
backup.sh
batch_anonymise.pl Bug 6572: Script batch anonymisation wrapper 2011-10-20 13:57:14 +13:00
build_browser_and_cloud.pl
cart_to_shelf.pl
check-url.pl
cleanup_database.pl Bug 7240: Cleaning up import tables and action_logs 2012-01-13 12:20:51 +01:00
cloud-kw.pl
cloud-sample.conf
CONFIGURE.gmail Bug 5251 : Enhancement: [3.2] (Resubmission) Adding code to support using gmail as an SMTP server 2011-04-08 14:01:15 +12:00
create_koc_db.pl
crontab.example Bug 6478 -- add purge_suggestions.pl to the crontab.example 2011-07-16 20:23:20 +12:00
fines.pl
gather_print_notices.pl Bug 6755 Problems with switching languages 2011-09-23 09:47:09 +12:00
j2a.pl
longoverdue.pl Bug 7370 : Missing use call 2011-12-27 18:22:42 +01:00
MARC21_parse_test.pl Bug 6752: Be stricter with utf-8 encoding of output 2012-01-27 12:11:06 +01:00
overdue_notices.pl Bug 6752: Be stricter with utf-8 encoding of output 2012-01-27 12:11:06 +01:00
printoverdues.sh Bug 6048: printoverdues.sh bash odities 2011-10-07 14:14:53 +13:00
process_message_queue.pl Bug 5251 : Enhancement: [3.2] (Resubmission) Adding code to support using gmail as an SMTP server 2011-04-08 14:01:15 +12:00
purge_suggestions.pl
runreport.pl Bug 5253: Add options to runreport.pl 2011-03-29 22:53:06 +13:00
serialsUpdate.pl
services_throttle.pl
smsoverdues.pl
zebraqueue_start.pl