X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/dce4cbe605cb926b5583f7ddd325704b527e7e5c..aa5bd5145e825b6b828ef0e4781e75c10dcace71:/src/catalogue/constants.py diff --git a/src/catalogue/constants.py b/src/catalogue/constants.py index 4eb84c60a..6925880a1 100644 --- a/src/catalogue/constants.py +++ b/src/catalogue/constants.py @@ -34,7 +34,7 @@ EBOOK_FORMATS = EBOOK_FORMATS_WITHOUT_CHILDREN + EBOOK_FORMATS_WITH_CHILDREN EBOOK_CONTENT_TYPES = { 'html': 'text/html', 'pdf': 'application/pdf', - 'txt': 'text/plain', + 'txt': 'text/plain; charset=utf-8', 'epub': 'application/epub+zip', 'mobi': 'application/x-mobipocket-ebook', 'fb2': 'text/xml',