diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index 71aebaebd..4925bfe6a 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -1485,7 +1485,7 @@ Components.utils.import("resource://gre/modules/Services.jsm"); } var locale = appLocale.getCategory('NSILOCALE_COLLATE'); - var collator = new Intl.Collator(locale); + var collator = new Intl.Collator(locale, { ignorePunctuation: true }); // Until old code is updated, pretend we're returning an nsICollation return this.collation = { compareString: function (_, a, b) {