From dba00c7ceaf8bedbe8eec3ac366aeb985a9b64b3 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 18 Feb 2013 23:47:49 -0500 Subject: [PATCH] Don't Base64-encode filenames in ZIP files Existing encoded filenames will still be read correctly --- chrome/content/zotero/xpcom/storage.js | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js index d38f4d9711..94b32bf048 100644 --- a/chrome/content/zotero/xpcom/storage.js +++ b/chrome/content/zotero/xpcom/storage.js @@ -1660,7 +1660,6 @@ Zotero.Sync.Storage = new function () { //Zotero.debug("Adding file " + fileName); - fileName = Zotero.Utilities.Internal.Base64.encode(fileName) + "%ZB64"; zipWriter.addEntryFile( fileName, Components.interfaces.nsIZipWriter.COMPRESSION_DEFAULT,