Skip to content

Commit

Permalink
Revert "Add lowercase of åäö in entityMap" (#84)
Browse files Browse the repository at this point in the history
This reverts commit ef20262.

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
  • Loading branch information
joestringer committed Jul 3, 2020
1 parent 196d599 commit 8f02868
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/entities.js
Expand Up @@ -9,9 +9,7 @@ exports.entityMap = {
Acirc: "Â",
Atilde: "Ã",
Auml: "Ä",
auml: "ä",
Aring: "Å",
aring: "å",
AElig: "Æ",
Ccedil: "Ç",
Egrave: "È",
Expand All @@ -29,7 +27,6 @@ exports.entityMap = {
Ocirc: "Ô",
Otilde: "Õ",
Ouml: "Ö",
ouml: "ö",
Oslash: "Ø",
Ugrave: "Ù",
Uacute: "Ú",
Expand Down

0 comments on commit 8f02868

Please sign in to comment.