summary refs log tree commit diff
path: root/changelog.d/9164.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.27.0rc1Erik Johnston2021-02-021-1/+0
|
* Try to recover from unknown encodings when previewing media. (#9164)Patrick Cloke2021-01-261-0/+1
Treat unknown encodings (according to lxml) as UTF-8 when generating a preview for HTML documents. This isn't fully accurate, but will hopefully give a reasonable title and summary.