Extended characters were lost on import from ScienceDirect
- ScienceDirect appears to use Windows-1252 for RIS files - This does not fix character encoding with RIS file intercept
This commit is contained in:
parent
812b440359
commit
615f8969ba
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ function doWeb(doc, url) {
|
|||
item.complete();
|
||||
});
|
||||
translator.translate();
|
||||
});
|
||||
}, false, 'windows-1252');
|
||||
});
|
||||
}, function() {Zotero.done;});
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue