in reply to Re^2: Perl strings questions
in thread Perl strings questions

Thanks for the info! I've added it to my article (a use utf8; would then be appropriate).

So when I write αβγαabc123 inline, then it displays as αβγαabc123 - and when I write αβγαabc123 in a code block it displays as αβγαabc123. I didn't know that.