From 8f02868cae42ee2b8329130ffe989c000162ea66 Mon Sep 17 00:00:00 2001 From: Joe Stringer Date: Thu, 2 Jul 2020 23:25:43 -0700 Subject: [PATCH] =?UTF-8?q?Revert=20"Add=20lowercase=20of=20=C3=A5=C3=A4?= =?UTF-8?q?=C3=B6=20in=20entityMap"=20(#84)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit ef20262e39a9a188e0f5dc46bc959f4633397706. These characters were already included lower in the file in the sorted order for lower-case runes. Including duplicates like this causes issues in Rhino 1.7.12: Property "auml" already defined in this object literal. Fixes: #83 --- lib/entities.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/entities.js b/lib/entities.js index db909c863..aef42380c 100644 --- a/lib/entities.js +++ b/lib/entities.js @@ -9,9 +9,7 @@ exports.entityMap = { Acirc: "Â", Atilde: "Ã", Auml: "Ä", - auml: "ä", Aring: "Å", - aring: "å", AElig: "Æ", Ccedil: "Ç", Egrave: "È", @@ -29,7 +27,6 @@ exports.entityMap = { Ocirc: "Ô", Otilde: "Õ", Ouml: "Ö", - ouml: "ö", Oslash: "Ø", Ugrave: "Ù", Uacute: "Ú",