mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
bump crengine: sync with upstream, new hyphenation languages (#6746)
Includes: - (Upstream) various unimpacting changes to keep in sync - (Upstream) Fix issues with legacy text rendering - (Upstream) FB3/DocX/ODT: get lang and description metadata - (Upstream) remove some global settings, make them per-doc - TextLang, hyphenation: add Armenian, Friulian, Piedmontese, Romansh, Zulu and Brazilian Portuguese. Also make cre the prefered engine for .xhtml (over MuPDF) and for .xml (which might be HTML).
This commit is contained in:
@@ -298,7 +298,7 @@ function PdfDocument:register(registry)
|
||||
registry:addProvider("html", "text/html", self, 90)
|
||||
registry:addProvider("pdf", "application/pdf", self, 100)
|
||||
registry:addProvider("tar", "application/x-tar", self, 10)
|
||||
registry:addProvider("xhtml", "application/xhtml+xml", self, 100)
|
||||
registry:addProvider("xhtml", "application/xhtml+xml", self, 90)
|
||||
registry:addProvider("xml", "application/xml", self, 10)
|
||||
registry:addProvider("xps", "application/oxps", self, 100)
|
||||
registry:addProvider("zip", "application/zip", self, 20)
|
||||
|
||||
Reference in New Issue
Block a user