Install libutf8-all-perl by entering the following commands in the terminal:
sudo apt update sudo apt install libutf8-all-perl
Description:
Perl pragma to turn on UTF-8 everywhere
The utf8 pragma allows you to write Perl source code encoded in UTF-8. That means UTF-8 strings, variable names, and regular expressions. utf8::all goes further, and makes @ARGV encoded in UTF-8, and filehandles are opened with UTF-8 encoding turned on by default (including STDIN, STDOUT, STDERR). If you don't want UTF-8 for a particular filehandle, you'll have to set binmode $filehandle.
Homepage: https://metacpan.org/release/utf8-all
Version: 0.024-1
Section: universe/perl