From d7da9925bdd03c35a7ec3ffd234926dcfcfb4e61 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 22 Aug 2019 09:51:39 +0800 Subject: [PATCH] Roo/HtmlEditorCore.js --- Roo/HtmlEditorCore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/HtmlEditorCore.js b/Roo/HtmlEditorCore.js index 46ea4fc2e4..268f7cea9e 100644 --- a/Roo/HtmlEditorCore.js +++ b/Roo/HtmlEditorCore.js @@ -335,7 +335,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { html = this.cleanHtml(html); // fix up the special chars.. normaly like back quotes in word... // however we do not want to do this with chinese.. - html = html.replace(/[\uD800-\uDBFF][\uDC00-\uDFFF]|[\u0000-\u001f\u0080-\uFFFF]/g, function(match) { + html = html.replace(/[\uD800-\uDBFF][\uDC00-\uDFFF]|[\u0080-\uFFFF]/g, function(match) { var high, low, charValue, rep var cc = match.charCodeAt(); -- 2.39.2