Detect-File-Encoding-And-Language icon indicating copy to clipboard operation
Detect-File-Encoding-And-Language copied to clipboard

An NPM Package to detect the encoding and language of text files

Results 3 Detect-File-Encoding-And-Language issues
Sort by recently updated
recently updated
newest added

![微信截图_20240323154326](https://github.com/gignupg/Detect-File-Encoding-And-Language/assets/25900226/5e6c86f6-1d3f-43bb-8f2b-da525f1772b8)

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.