Skip to content

Commit 45bd22a

Browse files
committed
🔪 unused unicodeToEntity list
1 parent 887beb0 commit 45bd22a

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/constants/string_mappings.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,8 @@ module.exports = {
3434

3535
'plusmn': '±',
3636
'#177': '±',
37-
},
38-
39-
unicodeToEntity: {
40-
'&': 'amp',
41-
'<': 'lt',
42-
'>': 'gt',
43-
'"': 'quot',
44-
'\'': '#x27',
45-
'\/': '#x2F'
46-
}
4737

4838
'deg': '°',
4939
'#176': '°'
40+
}
5041
};

0 commit comments

Comments
 (0)