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

> This is not a unicode string

It was, but PerlMonks can't display it in a <code> block :-(

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Replies are listed 'Best First'.
Re^3: Perl strings questions
by haj (Vicar) on Jun 02, 2021 at 11:23 UTC

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

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