diff --git a/chrome/content/zotero/bindings/styled-textbox.xml b/chrome/content/zotero/bindings/styled-textbox.xml index ef81c9b64..b0efaabe0 100644 --- a/chrome/content/zotero/bindings/styled-textbox.xml +++ b/chrome/content/zotero/bindings/styled-textbox.xml @@ -76,7 +76,6 @@ this._htmlToRtfMap = [ [/"(\w)/, "“$1"], [/([\w,.?!])"/, "$1”"], - [/[\x7F-\uFFFF]/g, function(aChar) { return "\\uc0\\u"+aChar.charCodeAt(0).toString()+" " }], ["
", ""], ["
", "\\par "], [/<\/?div[^>]*>/g, ""], @@ -179,6 +178,7 @@