in reply to making perl recognize a series of bytes as utf8 string.

Check out Unicode::MapUTF8 on CPAN....
GreetZ!

print "profeth still\n" if /bird|devil/;
  • Comment on Re: making perl recognize a series of bytes as utf8 string.