Skip to content

trevorc/node-unicoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unicoder

Unicoder is a simple node.js library for normalizing the encoding of text.

Unicoder takes a Buffer containing a bytestring representing a document with an unknown encoding, then guesses the encoding using a binding to ICU, and finally reencodes the Buffer into a JavaScript String.

Installation:

make install

Prerequisites:

  • node-iconv
  • libicu (including header files)

About

detect and normalize encodings of text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages