Hi,

I'm interested in using Parsec to parse utf-8 files and do some processing and output a utf-8 document.  Is there anything I should be aware of?  Does GHC handle all the utf-8 stuff automatically?  What does it mean when I find that parsec is picking up "" at the beginning of the file.

Thanks

-John