From 8e7d467ddf144cc34e7fb357c47ee28555aa230c Mon Sep 17 00:00:00 2001
From: Simon Kornblith
"], [/\\super (.*?)\\nosupersub /g, "$1"], - [/\\sub (.*?)\\nosupersub /g, "$1"], + [/\\sub (.*?)\\nosupersub /g, "$1"] ]; this._htmlToRtfMap = [ + [/"(\w)/, "“$1"], + [/([\w,.?!])"/, "$1”"], [/[\x7F-\uFFFF]/g, function(aChar) { return "\\uc0\\u"+aChar.charCodeAt(0).toString()+" " }], ["
", ""], ["
", "\\par "], @@ -81,7 +83,7 @@ ["", "\\super "], ["", "\\nosupersub "], ["", "\\sub "], - ["", "\\nosupersub "], + ["", "\\nosupersub "] ]; this._rtfRexMap = [