forked from 0x2620/pandora
set charset
This commit is contained in:
parent
0c99cbfaac
commit
eee9e19841
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue