in reply to Re^2: File::Find and UTF-8 problems
in thread File::Find and UTF-8 problems

Decoding always happens into perls internal string format.

Please read this article, it tries to explain the encoding/decoding process, and what effects it has.

Perl 6 - links to (nearly) everything that is Perl 6.