http://www.perlmonks.org?node_id=840878


in reply to Re^2: encoding question
in thread encoding question

Instead, I'd emphasize in comments how the source code should be viewed

Two forms of such "comments" can actually be readable by programs:

# for perl: use utf8; # at the end, for my favourite editor: # vim: fileencoding=utf-8
Perl 6 - links to (nearly) everything that is Perl 6.