X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/dce4cbe605cb926b5583f7ddd325704b527e7e5c..a7d1e3cd75cd56c3f9a5ddceb63196aad9d1db65:/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',