Help for this page
use Devel::Peek; my $str = "\x{20AC}"; ... CUR = 3 LEN = 10 COW_REFCNT = 1
use Data::Dump; my $str = "\x{20AC}"; dd $str, utf8::is_utf8($str); __END__ ("\x{20AC}", 1)