From bd87bd3f56e943675cb5fa76812e097c5d672060 Mon Sep 17 00:00:00 2001 From: Aurimas Vinckevicius Date: Sun, 23 Nov 2014 13:52:39 -0600 Subject: [PATCH] Normalize all user and translator input to NFC This includes storing values into DB and performing searches. Note that export/display of existing data is not normalized. We can try to capture all access points to the database and normalize on output, but that seems like a lot of unnecessary normalization happening all the time. Would probably be best to just normalize existing data. --- chrome/content/zotero/bindings/tagselector.xml | 4 +++- chrome/content/zotero/xpcom/data/collection.js | 2 +- chrome/content/zotero/xpcom/data/creator.js | 2 +- chrome/content/zotero/xpcom/data/item.js | 2 +- chrome/content/zotero/xpcom/data/tag.js | 2 +- chrome/content/zotero/xpcom/search.js | 6 +++++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/chrome/content/zotero/bindings/tagselector.xml b/chrome/content/zotero/bindings/tagselector.xml index faca83397..205c851cb 100644 --- a/chrome/content/zotero/bindings/tagselector.xml +++ b/chrome/content/zotero/bindings/tagselector.xml @@ -107,7 +107,9 @@