kriskowal / tengwarjs

A Tengwar (J.R.R. Tolkien’s Elvish alphabet) transcriber for ES5 and HTML5
http://tengwar.3rin.gs
MIT License
58 stars 9 forks source link

Decode HTML entities #12

Closed kriskowal closed 7 years ago

kriskowal commented 7 years ago

This change replaces HTML entities with their corresponding UTF-8. I used the vim command ]xi" with tpope's unimpaired to effect the replacements.

Fixes #10.