anammari / pandoc

Automatically exported from code.google.com/p/pandoc
GNU General Public License v2.0
0 stars 0 forks source link

Strip off BOM if present #131

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Check for a byte order mark at the beginning of the document and remove it.
System.IO.UTF8 doesn't strip this out, apparently.
It messes up title blocks if present.

Original issue reported on code.google.com by fiddloso...@gmail.com on 3 Mar 2009 at 7:54

GoogleCodeExporter commented 8 years ago
Really this is an issue for the utf8-string library.

Original comment by fiddloso...@gmail.com on 2 May 2009 at 2:40