Bug 21142: Open uploaded files in utf-8 - batch mod/del
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 17 Aug 2018 15:07:55 +0000 (12:07 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Tue, 21 Aug 2018 11:45:19 +0000 (11:45 +0000)
commitf5f31679bf260d17e996fbe8e2e77f695ac7ddfc
tree6012075a5353ac5e4c7231cdb306844dcee20b59
parentd1890533c8796873149338831c5de13d5b19cb9e
Bug 21142: Open uploaded files in utf-8 - batch mod/del

Batch item/record modification/deletion tools does not open uploaded
files in utf-8

Test plan:
Edit and delete records and items using a file which will contain:
valid and invalid barcodes with and without utf-8 chars (💕)

You should see the warning message:
 "The *** 39999000💕001679 does not exist in the database."

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
tools/batchMod.pl
tools/batch_delete_records.pl
tools/batch_record_modification.pl