summaryrefslogtreecommitdiffstats
path: root/src/utf8.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Optimize UTF8 lower/upper case conversion for ASCIIDimitri van Heesch2021-04-271-9/+34
|
* Coverity warningsalbert-github2021-04-141-2/+0
| | | | | | Correcting new coverity warnings. - utf8.cpp is dead code. - template.cpp, made consistent with other render functions
* Fixed potential crash in handling empty list item.Dimitri van Heesch2021-03-291-4/+5
|
* Fixed compilation problem when enableing sqlite3Dimitri van Heesch2021-03-281-2/+2
|
* Refactoring: Add TextStream buffer to improve output writing performanceDimitri van Heesch2021-03-281-5/+6
| | | | | - direct use of std::stringstream and std::ostream gave a 30% drop in performance.
* Refactoring: replace QGString by std::ostringstreamDimitri van Heesch2021-03-231-1/+1
|
* issue #8375: Lowercase search does not find non-ASCII uppercase pages and ↵Dimitri van Heesch2021-03-221-0/+208
vice versa