special-html
Version:
Convert special UTF-8 characters in a string to their HTML escape code equivalents.
18 lines (17 loc) • 318 B
JSON
{
"name": "special-html",
"description": "Convert special UTF-8 characters in a string to their HTML escape code equivalents.",
"version": "0.0.1",
"keywords": [
"special",
"characters",
"html",
"utf8",
"replace",
"escape"
],
"dependencies": {},
"scripts": [
"index.js"
]
}