0.0.1 • Published 11 years ago

special-html v0.0.1

Weekly downloads
2,325
License
-
Repository
github
Last release
11 years ago

special-html

Converts special UTF-8 characters in a string to their HTML escape code equivalents.

Installation

$ npm install special-html

Usage

var special = require('special-html')
  , original = '├── http-browserify@0.1.6 (concat-stream@0.0.8)'

console.log(special(original))
// ├── http-browserify@0.1.6 (concat-stream@0.0.8)