Help for this page
use utf8; $x="\x{0103}"; use bytes; print length($x);
use utf8; binmode(STDIN,":utf8"); ... chomp $x; use bytes; print length($x);