srt is utf-8
This commit is contained in:
parent
328b3752fc
commit
dd9892020c
2 changed files with 2 additions and 2 deletions
|
|
@ -444,5 +444,5 @@ function loadSrt(file) {
|
|||
reader.onload = function(data) {
|
||||
textArea.fromSrt(data.target.result);
|
||||
};
|
||||
reader.readAsBinaryString(file);
|
||||
reader.readAsText(file);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue