in reply to Re^13: Another utf-8 decoding problem
in thread Another utf-8 decoding problem

I guess that this has to do with binmode in some way

No, it has to do with the fact that some of your strings are decoded, and others (like string literals) not. Please read again the link I gave, you it's all explained there. Yes, I know it's a long read, but it's just not a simple topic.

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

Replies are listed 'Best First'.
Re^15: Another utf-8 decoding problem
by DreamT (Pilgrim) on Oct 11, 2010 at 19:01 UTC
    Ok, I will do my homework ;-). This is really one of my weaker points, so I guess I have to master it to be able to use encoding in Perl in the future. Thanks for all of your help!