Help for this page
use utf8; # Treat the source code as UTF-8 ... utf8::decode(my $text = $encoded_text) # Treat a string as UTF-8 or die;
utf8::upgrade($s); # Use UNICODE semantics