aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Entities.hs
AgeCommit message (Expand)AuthorFilesLines
2007-07-07Adjusted copyright notices to 2006-7; usefiddlosopher1-3/+3
2007-04-10Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher1-15/+15
2007-02-17Escape non-breaking space in SGML as ' ' instead offiddlosopher1-1/+2
2007-02-14Introduced a new map, reverseEntityTable, for lookupsfiddlosopher1-6/+8
2007-02-14Changed Entities.hs to use Data.Map rather thanfiddlosopher1-9/+7
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