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.