X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/dce4cbe605cb926b5583f7ddd325704b527e7e5c..d57cd71379f89196addaa90d1c14a17a359f35d3:/src/catalogue/constants.py?ds=inline

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',