in reply to How to read notepad generated utf8 files?

What are these three bytes,

That's a BOM.

and how to handle them in perl?

Use File::BOM.

  • Comment on Re: How to read notepad generated utf8 files?