summaryrefslogtreecommitdiffstats
path: root/src/htmlentity.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Misc. typosluzpaz2017-12-231-1/+1
| | | | | Super trivial typos Some are in qtools/ which I know is a 3rd party dependency but as we know is now obsolete upstream. I reckon it wouldn't be much of an issue to merge neverthless Tacked on several more commits
* Removed ambiguity in the XML schema definitionDimitri van Heesch2016-09-021-2/+2
|
* Bug 756604 - Unable to prevent a numbered listDimitri van Heesch2015-11-011-1/+3
|
* HTML entity ° gives problems in LaTeXalbert-github2015-03-151-1/+1
| | | | When having °C in the documentation there is no separation between the \textdegree and C in LaTeX. This patch fixes this problem.
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* 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