Detect-File-Encoding-And-Language
Detect-File-Encoding-And-Language copied to clipboard
An NPM Package to detect the encoding and language of text files

Would it be possible to get more encodings? I see a lot of Mac Roman (macroman or macintsoh) encoded files that are detected as Windows 1252 (windows-1252 or cp1252) but...
In `tests/node/node_test.js`, on lines 11, 77 and 80, you've got hardcoded paths of the form `/home/gignu`. In consequence, `npm run test` fails when run on my machine.