in reply to Re: Unicode source code problem in 5.6.1
in thread Unicode source code problem in 5.6.1

Perl Monks uses Latin1 which means characters outside of that must be encoded as & entities. These don't work inside of CODE tags. So Perl Monks can't properly handle code that isn't in Latin1, so you can't rely on the "d/l code" link not having done some translation.

        - tye
  • Comment on (tye)Re2: Unicode source code problem in 5.6.1