in reply to UTF-8 Issue, or Config::General Bug, or what?

But, I thought Perl 5.10 treated the source code as UTF8 naturally

It does not. That's what the utf8 pragma is for: telling Perl that the source file is in UTF-8.

And please use that instead of the encoding pragma, which suffers from several problems (see CAVEATS and KNOWN PROBLEMS section) that are better avoided.

  • Comment on Re: UTF-8 Issue, or Config::General Bug, or what?