summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qtextbrowser/quotesAndFractions.md
Commit message (Collapse)AuthorAgeFilesLines
* QTextBrowser: assume Markdown is UTF-8Shawn Rutledge2019-07-081-0/+1
That's how CommonMark specifies it. The HTML codec-guessing algorithm was making it fall back to Latin1 in practice, which was screwing up any Unicode characters found in the markdown source. Change-Id: I4021adc4a68591ecfd56ef24971af53ce3e9c96d Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>