aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Entities.hs
AgeCommit message (Expand)AuthorFilesLines
2007-01-28Changed 'encodeEntities' to 'escapeSGMLString'.fiddlosopher1-5/+5
2007-01-28+ Simplified entity handling by removing stringToSGML from Entities.hs.fiddlosopher1-18/+0
2007-01-27More changes in entity handling: Instead of using entities for charactersfiddlosopher1-31/+30
2007-01-27Changes in entity handling:fiddlosopher1-45/+92
2007-01-06Added support for hexadecimal entities: e.g. ꂫfiddlosopher1-6/+6
2007-01-06Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher1-3/+8
2007-01-04Fixed bug in encodeEntities (characters less than 128, not 127,fiddlosopher1-1/+1
2007-01-02Change 'HtmlEntities' module to 'Entities'. Adjusted callingfiddlosopher1-0/+338