summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Entities.hs
Commit message (Expand)AuthorAge
* Escape non-breaking space in SGML as ' ' instead offiddlosopher2007-02-17
* Introduced a new map, reverseEntityTable, for lookupsfiddlosopher2007-02-14
* Changed Entities.hs to use Data.Map rather thanfiddlosopher2007-02-14
* Changed 'encodeEntities' to 'escapeSGMLString'.fiddlosopher2007-01-28
* + Simplified entity handling by removing stringToSGML from Entities.hs.fiddlosopher2007-01-28
* More changes in entity handling: Instead of using entities for charactersfiddlosopher2007-01-27
* Changes in entity handling:fiddlosopher2007-01-27
* Added support for hexadecimal entities: e.g. ꂫfiddlosopher2007-01-06
* Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher2007-01-06
* Fixed bug in encodeEntities (characters less than 128, not 127,fiddlosopher2007-01-04
* Change 'HtmlEntities' module to 'Entities'. Adjusted callingfiddlosopher2007-01-02