Store UTF-8 as charset for all snapshots
This commit is contained in:
parent
1374cc911a
commit
5817a2d654
|
@ -540,7 +540,7 @@ Zotero.Attachments = new function(){
|
||||||
mimeType = "application/pdf";
|
mimeType = "application/pdf";
|
||||||
}
|
}
|
||||||
|
|
||||||
var charsetID = Zotero.CharacterSets.getID(document.characterSet);
|
var charsetID = Zotero.CharacterSets.getID('utf-8'); // WPD will output UTF-8
|
||||||
|
|
||||||
if (!forceTitle) {
|
if (!forceTitle) {
|
||||||
// Remove e.g. " - Scaled (-17%)" from end of images saved from links,
|
// Remove e.g. " - Scaled (-17%)" from end of images saved from links,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user