Fix #6 - UTF8 problems with JSON import
This commit is contained in:
parent
cf5ad2160f
commit
f22558c513
1 changed files with 1 additions and 1 deletions
|
@ -955,7 +955,7 @@ $(function() {
|
|||
data: JSON.parse(text)
|
||||
});
|
||||
};
|
||||
fr.readAsBinaryString(f);
|
||||
fr.readAsText(f);
|
||||
})
|
||||
|
||||
$('#create-revision').click(function() {
|
||||
|
|
Loading…
Add table
Reference in a new issue