Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 280 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 280 Bytes

chardet-encoding

check encoding in files

version 2.0.0

List of supported charsets is available here.

Development

Requires NodeJS v8.9.3+. To run tests:

  1. Install dependencies: npm i
  2. Run unit tests: npm test