summaryrefslogtreecommitdiffstats
path: root/src/htmlentity.cpp
Commit message (Collapse)AuthorAgeFilesLines
* LaTeX problem with 2 consecutive single quotesalbert-github2014-11-271-1/+1
| | | | In LaTeX 2 consecutive single quotes are joined to 1 double quote. This leads in texts where 2 single quotes are intended to a strange view. An example is the initial value for variables. E.g. in Fortran: character(len=10) :: A = '' (i.e an empty string which can either be defined as '' or as "") or in C: char *sq = "''". In the source listings this is OK but in the description text it was not OK.
* Bug 738574 - … is replaced by \cdots rather than \dots in the LaTeX ↵albert-github2014-10-151-1/+1
| | | | | | output Changed the \cdots to \dots. Based on the bug report and on http://tex.stackexchange.com/questions/77737/dots-versus-ldots-is-there-a-difference
* Bug 731947 - Support for PlantUMLDimitri van Heesch2014-08-101-1/+1
|
* Added support for \-- and \--- to prevent interpretation as ndash and mdashDimitri van Heesch2014-04-131-1/+2
|
* Fixed difference between generated XML schema and XML files for HTML entitiesDimitri van Heesch2014-02-221-3/+6
|
* Add validation of internal consistency to html entity mapperDimitri van Heesch2014-02-151-0/+1
|
* Improved handling of percent symbolDimitri van Heesch2014-02-111-6/+24
|
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Restructered html entity handlingDimitri van Heesch2014-02-101-0/+477