Skip to content

Commit

Permalink
Add lowercase of åäö in entityMap
Browse files Browse the repository at this point in the history
  • Loading branch information
codler committed Feb 29, 2020
1 parent 0003c1a commit ef20262
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion entities.js
Expand Up @@ -9,7 +9,9 @@ exports.entityMap = {
Acirc: "Â",
Atilde: "Ã",
Auml: "Ä",
auml: "ä",
Aring: "Å",
aring: "å",
AElig: "Æ",
Ccedil: "Ç",
Egrave: "È",
Expand All @@ -27,6 +29,7 @@ exports.entityMap = {
Ocirc: "Ô",
Otilde: "Õ",
Ouml: "Ö",
ouml: "ö",
Oslash: "Ø",
Ugrave: "Ù",
Uacute: "Ú",
Expand Down Expand Up @@ -241,4 +244,4 @@ exports.entityMap = {
hearts: "♥",
diams: "♦"
};
//for(var n in exports.entityMap){console.log(exports.entityMap[n].charCodeAt())}
//for(var n in exports.entityMap){console.log(exports.entityMap[n].charCodeAt())}

0 comments on commit ef20262

Please sign in to comment.