3.0.1 • Published 4 years ago

entity2utf8 v3.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

Build Status Coverage Status NPM Version Dependency Status NPM Downloads

entity2utf8

Find and replace HTML entities to UTF-8 symbols.

Ignore entities:

  • <
  • >
  • &
  • "
  • '

CLI

npm install entity2utf8 -g

entity2utf8 mytext.txt

entity2utf8 mytext1.txt mytext2.txt mytext3.txt

entity2utf8 --ignore " ,»" mytext1.txt

entity2utf8 --ignore " ,»" --exts ".html,.htm" .

entity2utf8 --replace --ignore " ,»" --exts ".html,.htm" .

License

MIT License

3.0.1

4 years ago

3.0.0

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

7 years ago

1.0.0

9 years ago

0.5.2

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago