html-utf8
v1.1.0
Published
Transform non-UTF8 characters to their HTML equivalent
Downloads
1
Maintainers
Readme
html-utf8
After running this command it will copy all the .html files from sourcedir
, and it will save them to distdir
(changing characters like '�' to 'ñ', so you can use UTF8-based APIs)
Installation
npm install html-utf8 --save-dev
Usage
html-utf8 -d sourcedir -o distdir
or
html-utf8 --dir sourcedir --output distdir