Perl Unicode Cookbook: Enable UTF-8 Literals
℞ 3: Declare source in UTF-8 for identifiers and literals Without the all-critical use utf8 declaration, putting UTF‑8 in your literals and identifiers won’t work right. If you used the standard Perl Unicode preamble, this already happened. If you did,…