Store UTF-8 as charset for all snapshots
This commit is contained in:
parent
1374cc911a
commit
5817a2d654
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue