Perl and UTF-8
Like with python, the handling of [[!wikipedia UTF-8]] string in perl is not straight forward since this language was not originally design to handle Unicode strings of characters.
Correct length of UTF-8 string
[[!wikipedia ASCII]] characters are coded on 8bits that is on one octet. That explain the limited number ...