in reply to Re^2: Matching  & € type characters with a regex
in thread Matching  & € type characters with a regex

First you have to understand what character encodings are, and how they are handled in Perl.

I've written this article to explain that, and there's also a lot of other useful information: perluniintro, Encode, perlunicode.

  • Comment on Re^3: Matching  & € type characters with a regex