commit 5817a2d6541293f46be1aa1f3e7cfa54868bc0fc parent 1374cc911aa727d88f3bbe0d39eddf219f3fc6dd Author: Aurimas Vinckevicius <aurimas.dev@gmail.com> Date: Thu, 11 Jun 2015 18:30:57 -0500 Store UTF-8 as charset for all snapshots Diffstat:
| M | chrome/content/zotero/xpcom/attachments.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/attachments.js b/chrome/content/zotero/xpcom/attachments.js @@ -540,7 +540,7 @@ Zotero.Attachments = new function(){ mimeType = "application/pdf"; } - var charsetID = Zotero.CharacterSets.getID(document.characterSet); + var charsetID = Zotero.CharacterSets.getID('utf-8'); // WPD will output UTF-8 if (!forceTitle) { // Remove e.g. " - Scaled (-17%)" from end of images saved from links,