From eee9e19841020783435f2358c086186f2538effd Mon Sep 17 00:00:00 2001 From: j Date: Thu, 9 Aug 2018 14:30:40 +0100 Subject: [PATCH] set charset --- static/js/exportAnnotationsDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/exportAnnotationsDialog.js b/static/js/exportAnnotationsDialog.js index 74c36de4..dbf74c34 100644 --- a/static/js/exportAnnotationsDialog.js +++ b/static/js/exportAnnotationsDialog.js @@ -125,7 +125,7 @@ pandora.ui.exportAnnotationsDialog = function(options) { format == 'json' ? JSON.stringify(items, null, ' ') : Ox.formatSRT(items) - )], {type: 'text/plain'}), + )], {type: 'text/plain; charset=utf-8'}), url = window.URL.createObjectURL(blob); $link.attr({