set charset

This commit is contained in:
j 2018-08-09 14:30:40 +01:00
parent 0c99cbfaac
commit eee9e19841
1 changed files with 1 additions and 1 deletions

View File

@ -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({