summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/UTF8.hs
Commit message (Expand)AuthorAge
* UTF8: Modified readFile and getContents to strip BOM if present.John MacFarlane2010-05-06
* Added Text.Pandoc.UTF8 for portable UTF8 string IO.John MacFarlane2010-05-06
* Moved everything from src into the top-level directory.fiddlosopher2007-11-29
* Reverted back to state as of r1062. The template haskell changesfiddlosopher2007-11-03
* Use template haskell to avoid the need for templates:fiddlosopher2007-11-03
* Modified fromUTF8 to strip out the BOM (byte order marker)fiddlosopher2007-10-27
* Changed encodeUTF8 to toUTF8, decodeUTF8 to fromUTF8,fiddlosopher2007-07-13
* + Added module data for haddock.fiddlosopher2006-12-20
* initial importfiddlosopher2006-10-17