]> git.koha-community.org Git - koha.git/commit
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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 24 Aug 2018 09:58:37 +0000 (10:58 +0100)
commit0d7ba4634ad795703cbb97e371e07ae9252a6c53
tree3b7e82ddbd37667255ad9a000bef31e8956676df
parent41b67901d2a6f46452d590916a0cb57f29a69496
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>
(cherry picked from commit f5f31679bf260d17e996fbe8e2e77f695ac7ddfc)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
tools/batchMod.pl
tools/batch_delete_records.pl
tools/batch_record_modification.pl