![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re^3: Special character not being capturedby choroba (Archbishop) |
on Jun 18, 2019 at 12:59 UTC ( #11101520=note: print w/replies, xml ) | Need Help?? |
decode expects the input to be in UTF-8, but you supplied the byte \xC3. It doesn't represent a UTF-8 sequence, so it's decoded to the Replacement Character \xFFFD. You need to get UTF-8 Æ back.
map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]
In Section
Seekers of Perl Wisdom
|
|