in reply to multibyte match works with tr but not in perl??

That kinda looks like a Unicode character. If you're using perl 5.6 or greater you must get away from thinking of files as a sequence of bytes and instead as a sequence of characters. See perlunicode for more.

--
I'm not belgian but I play one on TV.

  • Comment on Re: multibyte match works with tr but not in perl??