Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-iconv

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-iconv

A Node-RED node based on iconv-lite for encoding or decoding conversion to pure JS encoding

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
37
increased by2.78%
Maintainers
1
Weekly downloads
 
Created
Source

node-red-contrib-iconv

A Node-RED node based on iconv-lite for encoding conversion to pure JS encoding.

This node is typically used when the "files" node is used for reading a file which is not encoded in UTF-8

Supported Encodings

  • Node.js Native encodings: utf8, ucs2 / utf16le, ascii, binary, base64, hex
  • Unicode: UTF-16BE, UTF-16 (with BOM)
  • Single-byte:
    • Windows codepages: 874, 1250-1258 (aliases: cpXXX, winXXX, windowsXXX)
    • ISO codepages: ISO-8859-1 - ISO-8859-16
    • IBM codepages: 437, 737, 775, 808, 850, 852, 855-858, 860-866, 869, 922, 1046, 1124, 1125, 1129, 1133, 1161-1163 (aliases cpXXX, ibmXXX)
    • Mac codepages: maccroatian, maccyrillic, macgreek, maciceland, macroman, macromania, macthai, macturkish, macukraine, maccenteuro, macintosh
    • KOI8 codepages: koi8-r, koi8-u, koi8-ru, koi8-t
    • Miscellaneous: armscii8, rk1048, tcvn, georgianacademy, georgianps, pt154, viscii, iso646cn, iso646jp, hproman8, tis620
  • Multi-byte:
    • Japanese: Shift_JIS, Windows-31j, Windows932, EUC-JP
    • Chinese: GB2312, GBK, GB18030, Windows936, EUC-CN
    • Korean: KS_C_5601, Windows949, EUC-KR
    • Taiwan/Hong Kong: Big5, Big5-HKSCS, Windows950

Keywords

FAQs

Package last updated on 05 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc