https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30850 --- Comment #7 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Might be the easiest to point you to an example that you could copy and adjust: Take e.g. this file installer/data/mysql/db_revs/220600000.pl This dbrev (database revision) or atomic update only contains a informational print statement. Copy this file to installer/data/mysql/atomicupdate/bug_30850.pl Adjust it, changing the description, bug number and print statements. When you remove the utf8 clutter here, no need to keep the use uft8; use Encode and the encode_utf8 calls before printing (with the say statement). Test it by running updatedatabase.pl And ready to go ! -- You are receiving this mail because: You are watching all bug changes.