payscale / country-currency-map

Mapping of countries and their primary currency.
Apache License 2.0
22 stars 15 forks source link

Remove dependency on he.js and do our own escaping #9

Closed drumminj closed 6 years ago

drumminj commented 6 years ago

He.js is very heavy-weight for what we're doing with it -- largely turning certain escaped characters into the character literals (and only 3 unique characters).

Use our own lookup table/map to do the replacement rather than rely on an external library