Use Encode::encode_utf8 instead of utf8::encode, per recommendation of Perl docs.
"use utf8" is only supposed to be used to instruct Perl that the source code is in UTF-8.
Authored by: david_costanzo 2017-05-29
Parent: [r4400]
Child: [r4402]