www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 615f8969ba4c0417ecf22a5b76ad73971a927383
parent 812b4403594898a7b35ab558cbc802c00e365b1f
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri,  5 Dec 2008 08:41:04 +0000

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


Diffstat:
Mtranslators/ScienceDirect.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/translators/ScienceDirect.js b/translators/ScienceDirect.js @@ -104,7 +104,7 @@ function doWeb(doc, url) { item.complete(); }); translator.translate(); - }); + }, false, 'windows-1252'); }); }, function() {Zotero.done;}); } else {