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

How do i decode it and into what? I understood it has been encoded into utf8 (or UTF-8) and now i should decode it into X, so that it can again be encoded into utf when getting printed.

Did i understood it correctly, and then, what is X in the previous statement?

Replies are listed 'Best First'.
Re^3: File::Find and UTF-8 problems
by moritz (Cardinal) on Sep 27, 2010 at 10:30 UTC
    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.