0.2.0 • Published 5 years ago

node-red-contrib-iconvfile v0.2.0

Weekly downloads
67
License
Apache-2.0
Repository
github
Last release
5 years ago

node-red-contrib-iconvfile

You no longer need to use these nodes, for Node-RED 0.20.0 released. Now core file node is able to encode in many charsets.

Node-RED node to read a file and write to a file in the charset that you want (not only utf8).

Description

This nodes extend Node-RED core file in node to read the file in the specified charset,
and extend Node-RED core file node to write output to a file in the specified charset.

Encoding is based on iconv-lite module.
For supported encodings, refer to iconv-lite wiki page.

Install

NPM

Licence

Apache-2.0

Author

s1r-J