detect-character-encoding icon indicating copy to clipboard operation
detect-character-encoding copied to clipboard

Detect character encoding using ICU

Results 3 detect-character-encoding issues
Sort by recently updated
recently updated
newest added

First of all, I have to say this is one of the most reliable character encoding detection package I managed to find, which is why I really want to include...

help wanted

[This package](https://www.jsdelivr.com/package/npm/detect-character-encoding) doesn't have a [default file](https://www.jsdelivr.com/features#publishing-packages) set. You can set it via `jsdelivr`, `browser`, or `main` field in `package.json`

Hope this helps: ``` > [email protected] install C:\Users\m\AppData\Roaming\npm\node_modules\detect-character-encoding > node-gyp rebuild C:\Users\m\AppData\Roaming\npm\node_modules\detect-character-encoding>if not defined npm_config_node_gyp (node "C:\Users\m\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Users\m\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild ) Warning: Missing input files: C:\Users\m\AppData\Roaming\npm\node_modules\detect-character-encoding\build\vendor\icu\..\..\..\vendor\icu\iculslocs.cc C:\Users\m\AppData\Roaming\npm\node_modules\detect-character-encoding\build\vendor\icu\..\..\..\vendor\icu\no-op.cc...

help wanted